HHH-12807 Disable the hibernate-orm-modules tests for JDK 11
This commit is contained in:
parent
54f20d8281
commit
103d40101f
|
@ -39,6 +39,11 @@ ext {
|
|||
fpackStagingDir = file( "target/featurepack" ) //Target build directory for the Feature Pack
|
||||
}
|
||||
|
||||
if ( JavaVersion.current().isJava11Compatible() ) {
|
||||
logger.warn( '[WARN] Skipping all tests for hibernate-orm-modules due to Gradle issues with JDK 11' )
|
||||
test.enabled = false
|
||||
}
|
||||
|
||||
description = "Feature Pack of Hibernate ORM modules for WildFly ${project.wildFlyMajorVersion}"
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Reference in New Issue