We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b562829 commit cabe17bCopy full SHA for cabe17b
buildSrc/src/main/java/org/springframework/boot/build/test/SystemTestPlugin.java
@@ -64,6 +64,8 @@ private void configureSystemTesting(Project project) {
64
.add(project.getConfigurations()
65
.getByName(systemTestSourceSet.getRuntimeClasspathConfigurationName())));
66
});
67
+ project.getDependencies()
68
+ .add(systemTestSourceSet.getRuntimeOnlyConfigurationName(), "org.junit.platform:junit-platform-launcher");
69
}
70
71
private SourceSet createSourceSet(Project project) {
0 commit comments