splittet project to craftattack and varo flavors

This commit is contained in:
2025-04-04 21:35:07 +02:00
parent 6d0913fa0c
commit 4592d53d22
89 changed files with 177 additions and 188 deletions

View File

@ -1,7 +1,3 @@
plugins {
id 'java'
}
allprojects {
group = 'de.mhsl.craftattack'
version = '1.0.0'
@ -30,8 +26,4 @@ subprojects {
languageVersion = JavaLanguageVersion.of(21)
}
}
tasks.withType(JavaCompile).configureEach {
options.release = 21
}
}