Dieser Commit ist enthalten in:
Ursprung
64352e9551
Commit
679fb639cd
@ -22,12 +22,16 @@ import org.apache.tools.ant.taskdefs.condition.Os
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'base'
|
id 'application'
|
||||||
|
|
||||||
|
id 'com.github.johnrengelman.shadow' version '5.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'de.steamwar'
|
group 'de.steamwar'
|
||||||
version ''
|
version ''
|
||||||
|
|
||||||
|
mainClassName = ''
|
||||||
|
|
||||||
Properties steamwarProperties = new Properties()
|
Properties steamwarProperties = new Properties()
|
||||||
if (file("steamwar.properties").exists()) {
|
if (file("steamwar.properties").exists()) {
|
||||||
steamwarProperties.load(file("steamwar.properties").newDataInputStream())
|
steamwarProperties.load(file("steamwar.properties").newDataInputStream())
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren