aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-15 11:01:47 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-15 11:01:47 +0200
commit0e31e524b419cd898139d1b8afa92cb794a3f821 (patch)
tree7ccc7483e25a8f27306328cf0ddf4420cb80fc99 /build.gradle
parent989c26adb86ca2ad7a6c377ef2a72472252c83d4 (diff)
downloadpdf-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.gradle2
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"