Skip to content

Commit

Permalink
Build for java 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 18, 2015
1 parent ea2f09f commit 3793478
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'release'

sourceCompatibility = 1.6
targetCompatibility = 1.6

repositories {
mavenCentral()
}
Expand Down Expand Up @@ -52,7 +55,7 @@ release {
failOnSnapshotDependencies = true
// allow modifications due to bug in the release plugin..
allowLocalModifications = true
releaseDryRun = releaseDryRun
releaseDryRun = true
scm = 'git'
}

Expand Down

0 comments on commit 3793478

Please sign in to comment.