Skip to content

Commit 4b546ec

Browse files
committed
add comment
1 parent 457b785 commit 4b546ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/logback/logback-appender-1.0/library/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ graalvmNative {
4949
resources.autodetect()
5050

5151
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
5254
val initializeAtBuildTime = listOf(
5355
"org.junit.jupiter.api.DisplayNameGenerator\$IndicativeSentences",
5456
"org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$ClassInfo",

0 commit comments

Comments
 (0)