From acab6c579bd58d66fb74be50060550626f017644 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Mon, 25 Jan 2016 10:08:54 -0600 Subject: [PATCH] HHH-10438 - Upgrade the Gradle wrapper to use Gradle version 2.10 --- build.gradle | 15 ++++++++------- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 039a897626..7244a5bfe3 100644 --- a/build.gradle +++ b/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 . + */ + 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 . - */ // Used in MANIFEST.MF for OSGi Bundles def osgiDescription() { return "A module of the Hibernate O/RM project" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aa8949a416..e4c458974a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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