HHH-14640 : Remove backported comment about hibernate-orm-modules having been removed; it still exists in 5.3 branch.
This commit is contained in:
parent
b95f589e08
commit
aef787589e
|
@ -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." )
|
||||
|
|
Loading…
Reference in New Issue