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 5596b9b commit 16674fb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ runs:
-Pjunit.develocity.predictiveTestSelection.enabled=true \
-Pjunit.develocity.predictiveTestSelection.selectRemainingTests=${{ github.event_name != 'pull_request' }} \
"-Dscan.value.GitHub job=${{ github.job }}" \
--refresh-dependencies \
javaToolchains \
${{ inputs.arguments }}
1 change: 0 additions & 1 deletion .github/scripts/checkBuildReproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function calculate_checksums() {
--no-build-cache \
-Porg.gradle.java.installations.auto-download=false \
-Dscan.tag.Reproducibility \
--refresh-dependencies \
clean \
assemble

Expand Down
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-SNAPSHOT"
openTestReporting = "0.2.0-M3"
snapshotTests = "1.11.0"
surefire = "3.5.2"
xmlunit = "2.10.0"
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
// TODO Remove --refresh-dependencies from CI builds when no longer consuming snapshots
maven(url = "https://oss.sonatype.org/content/repositories/snapshots") {
mavenContent {
snapshotsOnly()
}
}
}
}

Expand Down

0 comments on commit 16674fb

Please sign in to comment.