Skip to content

Commit

Permalink
specify jar output name
Browse files Browse the repository at this point in the history
  • Loading branch information
utfunderscore committed May 30, 2024
1 parent 73514fd commit 79760dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ publishing {
}
}
}

tasks.compileJava {
options.compilerArgs.add("-parameters")
}

tasks.shadowJar {
archiveFileName.set("MinigameFramework.jar")
}


dependencies {

paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
Expand Down
6 changes: 3 additions & 3 deletions Development/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ publishing {
}
}




tasks.shadowJar {
archiveFileName.set("Inari-Dev.jar")
}

java {
toolchain {
Expand Down

0 comments on commit 79760dd

Please sign in to comment.