Skip to content

Commit 60c94f2

Browse files
committed
Require junit-bom to be published for tooling tests
1 parent 8bb577a commit 60c94f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks.test {
4949
if (enabled) {
5050
// All maven-aware projects must be installed, i.e. published to the local repository
5151
val mavenizedProjects: List<Project> by rootProject.extra
52-
mavenizedProjects
52+
(mavenizedProjects + project(":junit-bom"))
5353
.map { project -> project.tasks.named(MavenPublishPlugin.PUBLISH_LOCAL_LIFECYCLE_TASK_NAME)}
5454
.forEach { dependsOn(it) }
5555
// Pass "java.home.N" system properties from sources like "~/.gradle/gradle.properties".

0 commit comments

Comments
 (0)