From aef787589e224d4980dc06cf291409365fd60cc5 Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Thu, 3 Jun 2021 15:24:01 -0700 Subject: [PATCH] HHH-14640 : Remove backported comment about hibernate-orm-modules having been removed; it still exists in 5.3 branch. --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bd5d4105b5..00d91d6ce9 100644 --- a/build.gradle +++ b/build.gradle @@ -89,8 +89,7 @@ task release { "the fact that subprojects will appropriately define a release task " + "themselves if they have any release-related activities to perform" - // Force to release with JDK 8. It used to not work on JDK11 because of the hibernate-orm-modules module, - // but this limitation might be resolved now that this module has been deleted? + // Force to release with JDK 8. It used to not work on JDK11 because of the hibernate-orm-modules module. doFirst { if ( !JavaVersion.current().isJava8() || !gradle.ext.testedJavaVersionAsEnum.isJava8() ) { throw new IllegalStateException( "Please use JDK 8 to perform the release." )