HHH-14640 : Remove backported comment about hibernate-orm-modules having been removed; it still exists in 5.3 branch.

This commit is contained in:
Gail Badner 2021-06-03 15:24:01 -07:00 committed by gbadner
parent b95f589e08
commit aef787589e
1 changed files with 1 additions and 2 deletions

View File

@ -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." )