renamed build files
This commit is contained in:
parent
13c4c1cfc0
commit
9a6b55052a
1 changed files with 10 additions and 0 deletions
|
@ -45,7 +45,17 @@ application {
|
|||
mainClass = 'xyz.brysonsteck.servercraft.MainKt'
|
||||
}
|
||||
|
||||
distTar {
|
||||
compression = Compression.GZIP
|
||||
archiveFileName = 'ServerCraft.tar.gz'
|
||||
}
|
||||
|
||||
distZip {
|
||||
archiveFileName = 'ServerCraft.zip'
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveFileName = 'ServerCraft.jar'
|
||||
manifest {
|
||||
attributes 'Main-Class': application.mainClass
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue