We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457b785 commit 4b546ecCopy full SHA for 4b546ec
instrumentation/logback/logback-appender-1.0/library/build.gradle.kts
@@ -49,6 +49,8 @@ graalvmNative {
49
resources.autodetect()
50
51
agent {
52
+ // see https://github.com/junit-team/junit5/wiki/Upgrading-to-JUnit-5.13
53
+ // should not be needed after updating native build tools to 0.11.0
54
val initializeAtBuildTime = listOf(
55
"org.junit.jupiter.api.DisplayNameGenerator\$IndicativeSentences",
56
"org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$ClassInfo",
0 commit comments