HHH-9677 - Upgrade Gradle
This commit is contained in:
parent
72a50ae3e1
commit
c02e6c44fa
|
@ -40,7 +40,7 @@ buildscript {
|
|||
}
|
||||
|
||||
ext {
|
||||
expectedGradleVersion = '1.9'
|
||||
expectedGradleVersion = '2.2'
|
||||
hibernateTargetVersion = '5.0.0-SNAPSHOT'
|
||||
javaLanguageLevel = '1.6'
|
||||
|
||||
|
@ -258,7 +258,7 @@ subprojects { subProject ->
|
|||
}
|
||||
}
|
||||
downloadSources = true
|
||||
scopes.COMPILE.plus += configurations.provided
|
||||
scopes.COMPILE.plus += [configurations.provided]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue