Set archiveFileName.
This commit is contained in:
parent
8cb2ed7648
commit
5c228e134a
|
|
@ -46,6 +46,10 @@ tasks {
|
|||
serverJar(file)
|
||||
minecraftVersion("1.19.2")
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveFileName.set("${rootProject.name}.jar")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user