From 80150bd18be2118cfde4b3943950ba65d8746dc8 Mon Sep 17 00:00:00 2001 From: Gil Eliyahu Date: Mon, 26 Apr 2021 01:18:06 +0300 Subject: [PATCH] plugin: fixed issue that the plugin crashed due to too much high JDK version --- JAVA/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/JAVA/build.gradle b/JAVA/build.gradle index a00396f..7998fc4 100644 --- a/JAVA/build.gradle +++ b/JAVA/build.gradle @@ -5,6 +5,10 @@ plugins { group 'com.glasscode' version '1.2.2-SNAPSHOT' + +sourceCompatibility = 1.8 +targetCompatibility = 1.8 + def isDebugMode = false // If false it will use the debug version of the renderer repositories {