HHH-10153 - Upgrade to Gradle 2.7
(cherry picked from commit 559eb936ad
)
This commit is contained in:
parent
1871f8fd20
commit
8fe5e18ee3
|
@ -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.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue