File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ dependencies {
3232graalvmNative {
3333 binaries {
3434 named(" test" ) {
35- // JUnit initialization is now handled automatically by the GraalVM plugin 0.11+
35+ // JUnit initialization is (mostly) handled automatically by the GraalVM plugin 0.11+
36+ buildArgs.add(" --initialize-at-run-time=org.junit.jupiter.engine.discovery.MethodSegmentResolver" )
3637 }
3738 }
3839 toolchainDetection.set(false )
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ dependencies {
3030graalvmNative {
3131 binaries {
3232 named(" test" ) {
33- // JUnit initialization is now handled automatically by the GraalVM plugin 0.11+
33+ // JUnit initialization is (mostly) handled automatically by the GraalVM plugin 0.11+
34+ buildArgs.add(" --initialize-at-run-time=org.junit.jupiter.engine.discovery.MethodSegmentResolver" )
3435 }
3536 }
3637 toolchainDetection.set(false )
You can’t perform that action at this time.
0 commit comments