Fix build

This commit is contained in:
2026-05-15 14:48:20 +02:00
parent 4813e24848
commit 81049856b5
5 changed files with 11 additions and 7 deletions
+5
View File
@@ -21,6 +21,11 @@ plugins {
steamwar.java
}
java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
dependencies {
compileOnly(libs.classindex)
annotationProcessor(libs.classindex)