aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-13 13:28:34 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-13 13:28:34 -0700
commit5a24ed8f5b7885d5b60e08ee64d9d47c21667a91 (patch)
tree6f054c8fa1c163bb6a2b300bbab826015ef28e31
parentcec69dfa51ce80fb33d9c516fd5747879c28ab13 (diff)
downloadacron-5a24ed8f5b7885d5b60e08ee64d9d47c21667a91.tar
acron-5a24ed8f5b7885d5b60e08ee64d9d47c21667a91.tar.gz
acron-5a24ed8f5b7885d5b60e08ee64d9d47c21667a91.tar.bz2
acron-5a24ed8f5b7885d5b60e08ee64d9d47c21667a91.zip
Use Java 16 instead
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7614111..4ea402e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ processResources {
}
}
-def targetJavaVersion = 18
+def targetJavaVersion = 16
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly