HHH-13007 No longer use net.bytebuddy.experimental=true when testing on JDK11
This commit is contained in:
parent
b966f6c921
commit
a8e05fd409
|
@ -231,14 +231,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