Skip to content

Commit

Permalink
1.6 build with gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed May 22, 2014
1 parent 916ef1a commit 503682e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified .gradle/1.6/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/1.6/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/1.6/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file modified .gradle/1.6/taskArtifacts/taskArtifacts.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.util.zip.ZipFile

apply plugin: 'java'
apply plugin: 'maven'
version="1.55"
version="1.55-1.6-compatible"

targetCompatibility = 1.7
sourceCompatibility = 1.7
Expand Down Expand Up @@ -66,8 +66,8 @@ task release(type: Jar, dependsOn:allJar) {
}

compileJava {
targetCompatibility = 1.7
sourceCompatibility = 1.7
targetCompatibility = 1.6
sourceCompatibility = 1.6
options.compilerArgs << '-XDignore.symbol.file'
options.compilerArgs << '-nowarn'
options.fork = true
Expand Down

0 comments on commit 503682e

Please sign in to comment.