Skip to content

Commit

Permalink
Automatically set correct built jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 28, 2024
1 parent c194637 commit dccb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {

tasks.named('jar', Jar).configure {
exclude('net/geforcemods/securitycraft/datagen/**') //exclude files from the built jar that are only used to generate the assets & data

archiveFileName = "[1.21.3] SecurityCraft ${version}.jar"
manifest {
attributes(["Specification-Title": "SecurityCraft",
"Specification-Vendor": "Geforce, bl4ckscor3, Redstone_Dubstep",
Expand Down

0 comments on commit dccb9fe

Please sign in to comment.