HHH-13022 Re-enable OSGi tests when using JDK9/JDK10/JDK11

This commit is contained in:
Yoann Rodière 2018-10-10 13:40:51 +02:00 committed by Guillaume Smet
parent 6cdbf13229
commit 25338d4471
1 changed files with 0 additions and 7 deletions

View File

@ -19,13 +19,6 @@ ext {
test.enabled = true
if ( JavaVersion.current().isJava9Compatible() ) {
logger.warn( '[WARN] Skipping all tests for hibernate-osgi due to Karaf issues with JDK 9' )
// Hikari CP relies on Javassist which we know has issues with Java 9
test.enabled = false
}
sourceSets {
test {
// send javac output and resource copying to the same output directory for test