Skip to content

Commit

Permalink
#13: Target 1.7 VM
Browse files Browse the repository at this point in the history
  • Loading branch information
mperry committed Jul 15, 2015
1 parent 1361885 commit 145c84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: "signing"

defaultTasks "build"

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.7
targetCompatibility = 1.7

ext {
baseVersion = "0.4"
Expand Down

0 comments on commit 145c84c

Please sign in to comment.