You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of switching to discovery mode, a Maven project that does not add junit-platform-native dependency fails hard with a Main entry point class 'org.graalvm.junit.platform.NativeImageJUnitLauncher' not found error when running mvn -Pnative test or mvn -Pnative package.
The text was updated successfully, but these errors were encountered:
sdeleuze
changed the title
Maven plugin : wrong version for junit-platform-native
Maven plugin : NativeImageJUnitLauncher not found when no junit-platform-native dependency
Jun 24, 2021
The root cause is here where we should filter on org.graalvm.buildtools not org.graalvm.nativeimage. Using a shared property could avoid such error in the future.
Instead of switching to discovery mode, a Maven project that does not add
junit-platform-native
dependency fails hard with aMain entry point class 'org.graalvm.junit.platform.NativeImageJUnitLauncher' not found
error when runningmvn -Pnative test
ormvn -Pnative package
.The text was updated successfully, but these errors were encountered: