Skip to content

Commit 80150bd

Browse files
committed
plugin: fixed issue that the plugin crashed due to too much high JDK version
1 parent 95504a6 commit 80150bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

JAVA/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ plugins {
55

66
group 'com.glasscode'
77
version '1.2.2-SNAPSHOT'
8+
9+
sourceCompatibility = 1.8
10+
targetCompatibility = 1.8
11+
812
def isDebugMode = false // If false it will use the debug version of the renderer
913

1014
repositories {

0 commit comments

Comments
 (0)