mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 12:14:47 +00:00
HHH-10153 - Upgrade to Gradle 2.7
This commit is contained in:
parent
7af7ebaf87
commit
559eb936ad
@ -44,7 +44,7 @@ allprojects {
|
||||
}
|
||||
|
||||
ext {
|
||||
expectedGradleVersion = '2.4'
|
||||
expectedGradleVersion = '2.7'
|
||||
hibernateTargetVersion = '5.1.0-SNAPSHOT'
|
||||
|
||||
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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…
x
Reference in New Issue
Block a user