HHH-10153 - Upgrade to Gradle 2.7

(cherry picked from commit 559eb936ad)
This commit is contained in:
Steve Ebersole 2015-09-30 16:09:12 -05:00
parent 1871f8fd20
commit 8fe5e18ee3
3 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Fri May 29 16:01:59 CDT 2015
#Wed Sep 30 15:54:51 CDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip