HHH-13022 Re-enable OSGi tests when using JDK9/JDK10/JDK11
This commit is contained in:
parent
6cdbf13229
commit
25338d4471
|
@ -19,13 +19,6 @@ ext {
|
||||||
|
|
||||||
test.enabled = true
|
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 {
|
sourceSets {
|
||||||
test {
|
test {
|
||||||
// send javac output and resource copying to the same output directory for test
|
// send javac output and resource copying to the same output directory for test
|
||||||
|
|
Loading…
Reference in New Issue