Skip to content

Commit 1d2f982

Browse files
committed
Update open-test-reporting to 0.2.0-M3
Fixes #4313.
1 parent 2b6bab5 commit 1d2f982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/documentation.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ tasks {
453453
project.sourceSets.named { it.startsWith("main") }.map { it.allJava.srcDirs }
454454
).asPath
455455
}))
456-
addStringOption("-add-modules", "info.picocli")
456+
addStringOption("-add-modules", "info.picocli,org.opentest4j.reporting.events")
457457
addOption(ModuleSpecificJavadocFileOption("-add-reads", mapOf(
458458
"org.junit.platform.console" to "info.picocli",
459459
"org.junit.platform.reporting" to "org.opentest4j.reporting.events",

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log4j = "2.24.3"
1717
logback = "1.5.16"
1818
mockito = "5.15.2"
1919
opentest4j = "1.3.0"
20-
openTestReporting = "0.2.0-M2"
20+
openTestReporting = "0.2.0-M3"
2121
snapshotTests = "1.11.0"
2222
surefire = "3.5.2"
2323
xmlunit = "2.10.0"

0 commit comments

Comments
 (0)