HHH-10438 - Upgrade the Gradle wrapper to use Gradle version 2.10 (revert)

This commit is contained in:
Steve Ebersole 2016-01-24 20:44:23 -06:00
parent 4311866d52
commit d97280dce3
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ allprojects {
}
ext {
expectedGradleVersion = '2.10'
expectedGradleVersion = '2.7'
hibernateTargetVersion = '5.1.0-SNAPSHOT'
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )

View File

@ -1,6 +1,6 @@
#Sun Jan 24 20:09:47 CST 2016
#Sun Jan 24 20:44:15 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip