Specify the name to use on the final jar.

This commit is contained in:
David Berdik 2022-02-13 19:57:10 -05:00
parent 5216e6bccf
commit e5140a794e

View File

@ -31,6 +31,10 @@ tasks {
assemble {
dependsOn(reobfJar)
}
reobfJar {
outputJar.set(layout.buildDirectory.file("libs/Herobrine 2.jar"))
}
}
java {