Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a0e44d

Browse files
authored
Merge branch 'master' into dnestoro/BumpMetadataVersionTo0.3.9
2 parents 3fdca05 + 14f58ff commit 3a0e44d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

common/junit-platform-native/src/main/java/org/graalvm/junit/platform/config/platform/PlatformConfigProvider.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ public void onLoad(NativeImageConfiguration config) {
6060
"org.junit.platform.engine.UniqueIdFormat",
6161
"org.junit.platform.commons.util.ReflectionUtils",
6262
// https://github.com/graalvm/native-build-tools/issues/300
63-
"org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener"
63+
"org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener",
64+
// https://github.com/graalvm/native-build-tools/issues/602
65+
"org.junit.platform.commons.util.LruCache"
6466
);
6567

6668
if (getMajorJDKVersion() >= 21) {

docs/src/docs/asciidoc/maven-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Build Configuration]. It is also possible to customize the plugin within a
173173
<useArgFile>true</useArgFile>
174174
----
175175
`<quickBuild>`::
176-
If you want to build the image using https://blogs.oracle.com/java/post/graalvm-enterprise-221--faster-smarter-leaner[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
176+
If you want to build the image using https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildOutput/#qbm-use-quick-build-mode-for-faster-builds[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
177177
[source,xml]
178178
----
179179
<quickBuild>true</quickBuild>

0 commit comments

Comments
 (0)