Bytebuddy -> Byte Buddy

This commit is contained in:
Gavin King 2023-07-12 21:45:26 +02:00
parent 45af5c2f5a
commit 376a90f9b5
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ if ( gradle.ext.javaVersions.test.release.asInt() >= 17 && gradle.ext.javaToolch
classpath = sourceSets.testJava17.runtimeClasspath
if ( gradle.ext.javaVersions.test.launcher.asInt() >= 19 ) {
logger.warn( "The version of Java bytecode that will be tested is not supported by Bytebuddy by default. " +
logger.warn( "The version of Java bytecode that will be tested is not supported by Byte Buddy by default. " +
" Setting 'net.bytebuddy.experimental=true'." )
systemProperty 'net.bytebuddy.experimental', true
}