Skip to content

Commit

Permalink
build.gradle.kts - change jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Oct 28, 2024
1 parent 70a6a40 commit 353477b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ tasks {
)
(options as StandardJavadocDocletOptions).docTitle("CoreAPI - $projectVersion")
}
jar {
archiveFileName.set("CoreAPI-$projectVersion-$minecraftVersion.jar")
}
}

publishing {
Expand Down

0 comments on commit 353477b

Please sign in to comment.