diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-15 11:01:47 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-15 11:01:47 +0200 |
commit | 0e31e524b419cd898139d1b8afa92cb794a3f821 (patch) | |
tree | 7ccc7483e25a8f27306328cf0ddf4420cb80fc99 /build.gradle | |
parent | 989c26adb86ca2ad7a6c377ef2a72472252c83d4 (diff) | |
download | pdf-as-4-0e31e524b419cd898139d1b8afa92cb794a3f821.tar.gz pdf-as-4-0e31e524b419cd898139d1b8afa92cb794a3f821.tar.bz2 pdf-as-4-0e31e524b419cd898139d1b8afa92cb794a3f821.zip |
changed source compatibility to 1.7
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 58c773ec..01dd246e 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ subprojects { archives sourcesJar } - sourceCompatibility = 1.6 + sourceCompatibility = 1.7 project.ext{ releaseRepoUrl = "file://${project(':').projectDir}/../mvn-repo/releases" snapshotRepoUrl = "file://${project(':').projectDir}/../mvn-repo/snapshots" |