Skip to content

Commit dac4294

Browse files
authored
Reverts compatibility of compileJava to 11 (#40)
1 parent c3ea6b5 commit dac4294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ java {
2424
}
2525

2626
compileJava {
27-
// Set binary compatibility for Java compiler to 17
28-
options.release.set(17)
27+
// Set binary compatibility for Java compiler to 11 (worth checking to update this also)
28+
options.release.set(11)
2929
}
3030
}
3131

0 commit comments

Comments
 (0)