Skip to content

Commit

Permalink
plugin: fixed issue that the plugin crashed due to too much high JDK …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
gileli121 committed Apr 25, 2021
1 parent 95504a6 commit 80150bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JAVA/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 80150bd

Please # to comment.