HHH-9677 - Upgrade Gradle

This commit is contained in:
Steve Ebersole 2015-03-23 10:54:52 -05:00
parent 72a50ae3e1
commit c02e6c44fa
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ buildscript {
} }
ext { ext {
expectedGradleVersion = '1.9' expectedGradleVersion = '2.2'
hibernateTargetVersion = '5.0.0-SNAPSHOT' hibernateTargetVersion = '5.0.0-SNAPSHOT'
javaLanguageLevel = '1.6' javaLanguageLevel = '1.6'
@ -258,7 +258,7 @@ subprojects { subProject ->
} }
} }
downloadSources = true downloadSources = true
scopes.COMPILE.plus += configurations.provided scopes.COMPILE.plus += [configurations.provided]
} }
} }

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip distributionUrl=http\://services.gradle.org/distributions/gradle-2.2-all.zip