File tree 2 files changed +10
-0
lines changed
instrumentation/logback/logback-appender-1.0/library
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ graalvmNative {
48
48
buildArgs.add(" --initialize-at-build-time=org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter" )
49
49
}
50
50
51
+ // See https://github.com/graalvm/native-build-tools/issues/572
52
+ metadataRepository {
53
+ enabled.set(false )
54
+ }
55
+
51
56
toolchainDetection.set(false )
52
57
}
53
58
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ graalvmNative {
60
60
buildArgs.add(" --initialize-at-build-time=org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter" )
61
61
}
62
62
63
+ // See https://github.com/graalvm/native-build-tools/issues/572
64
+ metadataRepository {
65
+ enabled.set(false )
66
+ }
67
+
63
68
tasks.test {
64
69
useJUnitPlatform()
65
70
setForkEvery(1 )
You can’t perform that action at this time.
0 commit comments