aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"