Ensure that system tests have right JUnit Launcher version available
See gh-44780
This commit is contained in:
@@ -64,6 +64,8 @@ public class SystemTestPlugin implements Plugin<Project> {
|
||||
.add(project.getConfigurations()
|
||||
.getByName(systemTestSourceSet.getRuntimeClasspathConfigurationName())));
|
||||
});
|
||||
project.getDependencies()
|
||||
.add(systemTestSourceSet.getRuntimeOnlyConfigurationName(), "org.junit.platform:junit-platform-launcher");
|
||||
}
|
||||
|
||||
private SourceSet createSourceSet(Project project) {
|
||||
|
||||
Reference in New Issue
Block a user