HHH-13007 No longer use net.bytebuddy.experimental=true when testing on JDK11

This commit is contained in:
Sanne Grinovero 2018-10-02 14:55:30 +01:00 committed by Guillaume Smet
parent 63b5df4096
commit 297690bb0d
1 changed files with 0 additions and 8 deletions

View File

@ -229,14 +229,6 @@ processTestResources {
}
}
// Enable the experimental features of ByteBuddy with JDK 11
test {
if ( JavaVersion.current().isJava11Compatible() ) {
systemProperty 'net.bytebuddy.experimental', true
}
}
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// IDE