Skip to content

Commit aac27ac

Browse files
27
1 parent 0ba0b5b commit aac27ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sourceSets {
1717
}
1818

1919
tasks.named("compileContextJava").configure {
20-
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_26)) {
20+
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_27)) {
2121
println("!!! Javac does not support generating Java 8 bytecode. Do not use for release builds !!!")
2222
} else if (JavaVersion.current().isJava9Compatible()) {
2323
options.release = 8

0 commit comments

Comments
 (0)