HHH-13007 No longer use net.bytebuddy.experimental=true when testing on JDK11
This commit is contained in:
parent
63b5df4096
commit
297690bb0d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue