Skip to content

Commit dba3543

Browse files
committed
Enable Roseau on Windows
(cherry picked from commit f370d04)
1 parent e0d11b9 commit dba3543

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ openTestReporting-events = { module = "org.opentest4j.reporting:open-test-report
6464
openTestReporting-tooling-core = { module = "org.opentest4j.reporting:open-test-reporting-tooling-core", version.ref = "openTestReporting" }
6565
openTestReporting-tooling-spi = { module = "org.opentest4j.reporting:open-test-reporting-tooling-spi", version.ref = "openTestReporting" }
6666
picocli = { module = "info.picocli:picocli", version = "4.7.7" }
67-
# Enable `roseau` tasks on Windows when upgrading (in junitbuild.backward-compatibility.gradle.kts)
6867
roseau-cli = { module = "io.github.alien-tools:roseau-cli", version = "0.4.0" }
6968
slf4j-julBinding = { module = "org.slf4j:slf4j-jdk14", version = "2.0.17" }
7069
snapshotTests-junit5 = { module = "de.skuzzle.test:snapshot-tests-junit5", version.ref = "snapshotTests" }

gradle/plugins/backward-compatibility/src/main/kotlin/junitbuild.backward-compatibility.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ val roseau by tasks.registering(RoseauDiff::class) {
7575
enabled = false
7676
}
7777
onlyIf { extension.enabled.get() }
78-
onlyIf("https://github.com/alien-tools/roseau/issues/90") { !OperatingSystem.current().isWindows }
7978

8079
toolClasspath.from(roseauClasspath)
8180
libraryClasspath.from(configurations.compileClasspath)

0 commit comments

Comments
 (0)