DSL: Add targetCompatibility = 1.6

This commit is contained in:
Artem Bilan
2014-07-23 19:02:23 +03:00
parent 07d45d69c1
commit 7b59bc5b87
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ repositories {
compileJava {
sourceCompatibility = 1.6
targetCompatibility = 1.6
}
compileTestJava {

View File

@@ -1,6 +1,6 @@
#Wed Feb 12 15:24:07 EET 2014
#Wed Jul 23 18:56:31 EEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip