HHH-10438 - Upgrade the Gradle wrapper to use Gradle version 2.10
This commit is contained in:
parent
abb2b077b9
commit
acab6c579b
15
build.gradle
15
build.gradle
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
apply from: "./libraries.gradle"
|
||||
|
@ -44,7 +51,7 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
expectedGradleVersion = '2.7'
|
||||
expectedGradleVersion = '2.10'
|
||||
hibernateTargetVersion = '5.1.0-SNAPSHOT'
|
||||
|
||||
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
|
||||
|
@ -62,12 +69,6 @@ idea {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
// Used in MANIFEST.MF for OSGi Bundles
|
||||
def osgiDescription() {
|
||||
return "A module of the Hibernate O/RM project"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Sun Jan 24 20:44:15 CST 2016
|
||||
#Mon Jan 25 09:49:33 CST 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
|
||||
|
|
Loading…
Reference in New Issue