Skip to content

Commit

Permalink
Update open-test-reporting to 0.2.0-M3
Browse files Browse the repository at this point in the history
Fixes #4313.
  • Loading branch information
marcphilipp committed Feb 12, 2025
1 parent 2b6bab5 commit 1d2f982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ tasks {
project.sourceSets.named { it.startsWith("main") }.map { it.allJava.srcDirs }
).asPath
}))
addStringOption("-add-modules", "info.picocli")
addStringOption("-add-modules", "info.picocli,org.opentest4j.reporting.events")
addOption(ModuleSpecificJavadocFileOption("-add-reads", mapOf(
"org.junit.platform.console" to "info.picocli",
"org.junit.platform.reporting" to "org.opentest4j.reporting.events",
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log4j = "2.24.3"
logback = "1.5.16"
mockito = "5.15.2"
opentest4j = "1.3.0"
openTestReporting = "0.2.0-M2"
openTestReporting = "0.2.0-M3"
snapshotTests = "1.11.0"
surefire = "3.5.2"
xmlunit = "2.10.0"
Expand Down

0 comments on commit 1d2f982

Please sign in to comment.