disable hibernate-orm-modules tests under Java 9

This commit is contained in:
Steve Ebersole 2016-07-07 16:47:06 -05:00
parent acd2f238ee
commit ef46293c78
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@ build.dependsOn createModulesZip
/* Testing */
/*************************/
if ( JavaVersion.current().isJava9Compatible() ) {
logger.lifecycle( "WARNING - Skipping hibernate-orm-modules tests for Java 9" )
// WildFly has problems booting in Java 9
test.enabled = false
}
// Unzip Wildfly Dist
task extractWildFly(type: Copy) {
from {