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