We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8465e commit 59f384dCopy full SHA for 59f384d
1 file changed
build.gradle
@@ -33,15 +33,6 @@ ext{
33
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
34
}
35
36
-//java 8 backwards compatibility flag
37
-allprojects{
38
- tasks.withType(JavaCompile).tap{
39
- configureEach{
40
- options.compilerArgs.addAll(['--release', '8'])
41
- }
42
43
-}
44
-
45
dependencies{
46
def useLatest = false //set to "true" to always depend on the newest version of mindustry
47
0 commit comments