Skip to content

Commit d666d82

Browse files
committed
Make dependency on open-test-reporting-tooling-spi non-optional
Since the module descriptor requires it, it cannot be optional but must be a regular dependency. Otherwise, using junit-platform-reporting on the module path will fail. (cherry picked from commit e886149)
1 parent 9f8b6e2 commit d666d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

junit-platform-reporting/junit-platform-reporting.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ dependencies {
1212
api(platform(projects.junitBom))
1313
api(projects.junitPlatformLauncher)
1414

15+
implementation(libs.openTestReporting.tooling.spi)
16+
1517
compileOnlyApi(libs.apiguardian)
16-
compileOnlyApi(libs.openTestReporting.tooling.spi)
1718

1819
shadowed(libs.openTestReporting.events)
1920

0 commit comments

Comments
 (0)