From b2fd23b13accbf84d8fb6f876cb5e41f6b66c05f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 21 Jul 2021 15:45:06 +0100 Subject: [PATCH] Test changes --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index ad24fecd..3c541e3c 100644 --- a/build.gradle +++ b/build.gradle @@ -86,10 +86,12 @@ allprojects { onlyIf { !sourceSets.main.allSource.files.isEmpty() } } + /* java { sourceCompatibility = JavaVersion.VERSION_16 targetCompatibility = JavaVersion.VERSION_16 } + */ compileJava.options.encoding = 'UTF-8' compileJava.dependsOn clean