HHH-12807 Disable the hibernate-orm-modules tests for JDK 11

This commit is contained in:
Guillaume Smet 2018-07-14 13:34:52 +02:00
parent 3abb6805b6
commit 3577e8540f
1 changed files with 5 additions and 0 deletions

View File

@ -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 {