HHH-9738 - Upgrade master (5.0) to Gradle 2.4
This commit is contained in:
parent
8734e10ec5
commit
7d9bc1d71c
|
@ -44,7 +44,7 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
expectedGradleVersion = '2.2'
|
||||
expectedGradleVersion = '2.4'
|
||||
hibernateTargetVersion = '5.0.1-SNAPSHOT'
|
||||
|
||||
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
|
||||
|
|
Binary file not shown.
|
@ -1,13 +1,6 @@
|
|||
#
|
||||
# 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>.
|
||||
#
|
||||
|
||||
#Wed Jan 22 11:07:56 CST 2014
|
||||
#Fri May 29 15:46:23 CDT 2015
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
|
||||
|
|
Loading…
Reference in New Issue