Skip to content

Commit

Permalink
Updated for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Aug 10, 2016
1 parent 610beac commit be3101b
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.7'
sourceCompatibility = '1.8'
version = '1.0.0'
def jarBaseName = 'moqui-hazelcast'
def moquiDir = projectDir.parentFile.parentFile.parentFile
Expand Down

0 comments on commit be3101b

Please sign in to comment.