Update build.gradle to remove Version number
Dieser Commit ist enthalten in:
Ursprung
f585d81064
Commit
26bd53cbd0
@ -32,13 +32,13 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'steamwar'
|
group 'steamwar'
|
||||||
version '1.0'
|
version ''
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
artifact = 'BauSystem'
|
artifact = 'BauSystem'
|
||||||
|
|
||||||
uberJarName = "${artifact}-${version}-all.jar"
|
uberJarName = "${artifact}-all.jar"
|
||||||
jarName = "${artifact}-${version}.jar"
|
jarName = "${artifact}.jar"
|
||||||
libs = "${buildDir}/libs"
|
libs = "${buildDir}/libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren