Skip to content

Commit

Permalink
Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jun 13, 2024
1 parent fb962b9 commit 581246b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class PlatformConfigProvider implements PluginConfigProvider {
@Override
public void onLoad(NativeImageConfiguration config) {
config.initializeAtBuildTime(
"org.junit.platform.commons.util.LruCache",
"org.junit.platform.launcher.TestIdentifier",
"org.junit.platform.launcher.core.InternalTestPlan",
"org.junit.platform.commons.util.StringUtils",
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mavenEmbedder = "3.8.6"
mavenWagon = "3.4.3"
graalvm = "23.0.2"
jackson = "2.13.5"
junitPlatform = "1.10.0"
junitJupiter = "5.10.0"
junitPlatform = "1.11.0-M2"
junitJupiter = "5.11.0-M2"
aether = "1.1.0"
slf4j = "1.7.9"
groovy = "3.0.11"
Expand Down

0 comments on commit 581246b

Please sign in to comment.