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 ab1af62 commit df8ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@

apply plugin: 'groovy'

sourceCompatibility = '1.8'
// sourceCompatibility = '1.8'
def moquiDir = file(projectDir.absolutePath + '/../../..')
def frameworkDir = file(moquiDir.absolutePath + '/framework')

Expand Down

0 comments on commit df8ed73

Please sign in to comment.