There was an error while loading. Please reload this page.
1 parent 0ba0b5b commit aac27acCopy full SHA for aac27ac
1 file changed
api/build.gradle
@@ -17,7 +17,7 @@ sourceSets {
17
}
18
19
tasks.named("compileContextJava").configure {
20
- if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_26)) {
+ if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_27)) {
21
println("!!! Javac does not support generating Java 8 bytecode. Do not use for release builds !!!")
22
} else if (JavaVersion.current().isJava9Compatible()) {
23
options.release = 8
0 commit comments