Try and explicitly specify Java 8 in the modules.

This commit is contained in:
Andrew Steinborn
2020-11-06 18:52:00 -05:00
parent fb888c3b8a
commit 89e1a07448
4 changed files with 15 additions and 5 deletions

View File

@@ -43,11 +43,6 @@ allprojects {
}
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
repositories {
mavenLocal()
mavenCentral()