Skip to content

Commit

Permalink
Changed source comp to java 7. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jul 10, 2018
1 parent 43b561f commit 71e60ef
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 @@ -3,7 +3,7 @@ version '0.13.1'

apply plugin: 'java'
apply plugin: 'maven'
sourceCompatibility = 1.8
sourceCompatibility = 1.7

repositories {
mavenCentral()
Expand Down

0 comments on commit 71e60ef

Please sign in to comment.