Skip to content

Commit

Permalink
In build.gradle comment out sourceCompatibility, not really needed an…
Browse files Browse the repository at this point in the history
…d allows it to work with Java 8 or 11
  • Loading branch information
jonesde committed May 20, 2021
1 parent 11eac30 commit 49cda57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apply plugin: 'groovy'

sourceCompatibility = '1.8'
// sourceCompatibility = '1.8'
version = '1.0.0'

def jarBaseName = 'moqui-wikitext'
Expand Down

0 comments on commit 49cda57

Please sign in to comment.