gradle #252
@ -38,10 +38,11 @@ group 'steamwar'
|
||||
version ''
|
||||
|
||||
ext {
|
||||
artifact = 'bausystem'
|
||||
buildName = 'BauSystem'
|
||||
artifactName = 'bausystem'
|
||||
|
||||
uberJarName = "${artifact}-all.jar"
|
||||
jarName = "${artifact}.jar"
|
||||
uberJarName = "${buildName}-all.jar"
|
||||
jarName = "${artifactName}.jar"
|
||||
libs = "${buildDir}/libs"
|
||||
|
||||
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren