Skip to content

Commit

Permalink
Merge pull request #85 from ysb33r/master
Browse files Browse the repository at this point in the history
FIXES #64 - Rolled compatibility down to JDK6
  • Loading branch information
ysb33r committed Dec 3, 2014
2 parents 1390b6d + 291c70b commit 5dbbe11
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 @@ -21,8 +21,8 @@ if (System.env.RELEASE != '1') {
version = "${version}-SNAPSHOT"
}

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'

// --- Could be in a separate gradle file
configurations {
Expand Down

0 comments on commit 5dbbe11

Please sign in to comment.