Skip to content

Commit

Permalink
Fixes broken :testGradle...Releases tasks (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Gauthier <[email protected]>
  • Loading branch information
jean-andre-gauthier authored Oct 30, 2024
1 parent e9f1fb2 commit bda7822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ tasks.withType<Test>().configureEach {
useJUnitPlatform()
}

tasks.test {
tasks.withType<Test> {
systemProperty(
GradleVersionsCommandLineArgumentProvider.PROPERTY_NAME,
project.findProperty("testedGradleVersion") ?: gradle.gradleVersion
Expand Down

0 comments on commit bda7822

Please sign in to comment.