Skip to content

Commit

Permalink
Fix TargetCompability of Java
Browse files Browse the repository at this point in the history
This fix javaCompile error during gradle build.
  • Loading branch information
solidnerd committed Jul 8, 2016
1 parent 8711b11 commit 30ca844
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 @@ -12,7 +12,7 @@ if(project.hasProperty('signing.keyId'))
group = 'org.phoenixframework.channels'
version = '0.1.0'
sourceCompatibility = '1.7'
targetCompatibility = '1.6'
targetCompatibility = '1.7'

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
Expand Down

0 comments on commit 30ca844

Please sign in to comment.