Skip to content

Commit 59f384d

Browse files
committed
Removed Java 8 target
1 parent 3a8465e commit 59f384d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ ext{
3333
sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT")
3434
}
3535

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-
4536
dependencies{
4637
def useLatest = false //set to "true" to always depend on the newest version of mindustry
4738

0 commit comments

Comments
 (0)