1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00

Switched sourceCompatibility to Java 17

This commit is contained in:
Anuken 2024-01-21 19:18:41 -05:00
parent 1224b29a4b
commit e9d95c2c2e

View File

@ -185,7 +185,7 @@ allprojects{
tasks.withType(JavaCompile){
targetCompatibility = 8
sourceCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
options.encoding = "UTF-8"
options.compilerArgs += ["-Xlint:deprecation"]
dependsOn clearCache