mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
Switched sourceCompatibility to Java 17
This commit is contained in:
parent
1224b29a4b
commit
e9d95c2c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue