Skip to content

Commit

Permalink
Raised source and target compatibility to JDK 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Mar 19, 2013
1 parent 4e1cab2 commit 7331937
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 @@ -24,8 +24,8 @@ configure(allprojects) { project ->
apply from: "${gradleScriptDir}/ide.gradle"

compileJava {
sourceCompatibility=1.5
targetCompatibility=1.5
sourceCompatibility=1.6
targetCompatibility=1.6
}
compileTestJava {
sourceCompatibility=1.7
Expand Down

0 comments on commit 7331937

Please sign in to comment.