Make git submodule buildable

Dieser Commit ist enthalten in:
yoyosource 2022-04-20 17:57:26 +02:00
Ursprung 2abc76d683
Commit e83103d8af

Datei anzeigen

@ -22,16 +22,11 @@ import org.apache.tools.ant.taskdefs.condition.Os
plugins { plugins {
id 'java' id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '5.0.0'
} }
group 'de.steamwar' group 'de.steamwar'
version '' version ''
mainClassName = ''
ext { ext {
buildName = 'CommonCore' buildName = 'CommonCore'
artifactName = 'commoncore' artifactName = 'commoncore'