diff options
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r-- | GuiTest/build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle index 02c6d2e..ee1fa3b 100644 --- a/GuiTest/build.gradle +++ b/GuiTest/build.gradle @@ -52,10 +52,7 @@ tasks.withType(JavaCompile) { // this fixes some edge cases with special characters not displaying correctly // see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html options.encoding = "UTF-8" - - if (JavaVersion.current().isJava9Compatible()) { - options.release.set 8 - } + options.release.set 16 } java { |