Skip to content

Commit

Permalink
Require junit-bom to be published for tooling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 21, 2020
1 parent 8bb577a commit 60c94f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tasks.test {
if (enabled) {
// All maven-aware projects must be installed, i.e. published to the local repository
val mavenizedProjects: List<Project> by rootProject.extra
mavenizedProjects
(mavenizedProjects + project(":junit-bom"))
.map { project -> project.tasks.named(MavenPublishPlugin.PUBLISH_LOCAL_LIFECYCLE_TASK_NAME)}
.forEach { dependsOn(it) }
// Pass "java.home.N" system properties from sources like "~/.gradle/gradle.properties".
Expand Down

0 comments on commit 60c94f2

Please sign in to comment.