Arbeiten aus dem URlaub
This commit is contained in:
20
blight-common/build.gradle
Normal file
20
blight-common/build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
// Gemeinsames Datenmodell — wird von blight-editor und blight-game eingebunden.
|
||||
// Selbst-ständig konfiguriert, damit es auch funktioniert wenn blight-editor
|
||||
// oder blight-game standalone in Eclipse importiert werden (ohne Root-Build).
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'de.blight'
|
||||
version = '0.1.0'
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
Reference in New Issue
Block a user