mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
8 lines
233 B
Groovy
8 lines
233 B
Groovy
apply plugin: "java"
|
|
sourceCompatibility = 1.8
|
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
sourceSets.main.java.srcDirs = ["src/"]
|
|
|
|
compileJava{
|
|
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
|
} |