This commit is contained in:
Anuken
2021-09-22 18:22:28 -04:00
parent 83dc70b054
commit 45f6fde689

View File

@@ -199,6 +199,7 @@ allprojects{
sourceCompatibility = JavaVersion.VERSION_16 sourceCompatibility = JavaVersion.VERSION_16
options.encoding = "UTF-8" options.encoding = "UTF-8"
options.compilerArgs += ["-Xlint:deprecation"] options.compilerArgs += ["-Xlint:deprecation"]
options.fork = true
dependsOn clearCache dependsOn clearCache
options.forkOptions.jvmArgs += [ options.forkOptions.jvmArgs += [