Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 26, 2024
1 parent abc92f5 commit 758b120
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ default EngineDiscoveryListener getDiscoveryListener() {
}

default OutputDirectoryProvider getOutputDirectoryProvider() {
throw new JUnitException("OutputDirectoryProvider not available");
throw new JUnitException(
"OutputDirectoryProvider not available; probably due to unaligned versions of the junit-platform-engine and junit-platform-launcher jars on the classpath/module path.");
}
}

0 comments on commit 758b120

Please sign in to comment.