Skip to content

Commit

Permalink
Merge pull request #49 from stianl/master
Browse files Browse the repository at this point in the history
Make the plugin compatible with old JVMs
  • Loading branch information
Sten Roger Sandvik committed Feb 28, 2015
2 parents 6fcd27a + acd34ce commit 5ae3ef9
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 @@ ext {
bintrayKey = System.env.'BINTRAY_KEY'
isMaster = System.env.'TRAVIS_BRANCH' == "master"
isCI = System.env.'CI'
compatibilityVersion = 1.7
compatibilityVersion = 1.6
}

sourceCompatibility = compatibilityVersion
Expand Down

0 comments on commit 5ae3ef9

Please sign in to comment.