Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
targetCompatibility = 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andresteingress committed Oct 12, 2012
1 parent c1438e0 commit d5a5ce9
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 @@ -8,8 +8,8 @@ project.ext {
asm = "org.ow2.asm:asm:4.0"
junit = "junit:junit:4.10"

sourceCompatibility = org.gradle.api.JavaVersion.VERSION_1_5
targetCompatibility = org.gradle.api.JavaVersion.VERSION_1_5
sourceCompatibility = org.gradle.api.JavaVersion.VERSION_1_6
targetCompatibility = org.gradle.api.JavaVersion.VERSION_1_6
}

allprojects {
Expand Down

0 comments on commit d5a5ce9

Please sign in to comment.