lower source compat

This commit is contained in:
zontreck 2025-03-29 02:27:27 -07:00
parent 86c1f992d4
commit 00883afbc2

View file

@ -34,7 +34,7 @@ if (shortVersion == null || shortVersion == "") {
}
java {
sourceCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_21
}