Specify the name to use on the final jar.
This commit is contained in:
parent
5216e6bccf
commit
e5140a794e
@ -31,6 +31,10 @@ tasks {
|
|||||||
assemble {
|
assemble {
|
||||||
dependsOn(reobfJar)
|
dependsOn(reobfJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reobfJar {
|
||||||
|
outputJar.set(layout.buildDirectory.file("libs/Herobrine 2.jar"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
Loading…
Reference in New Issue
Block a user