Skip to content

Commit

Permalink
build.gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Dec 1, 2023
1 parent 2533de0 commit 99c1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
// }

tasks.register(bwcTaskName(bwcVersion), StandaloneRestIntegTestTask) {
useCluster(baseCluster)
// useCluster(baseCluster)
usesBwcDistribution(bwcVersion)
systemProperty("tests.old_cluster_version", bwcVersion)
}
Expand Down

0 comments on commit 99c1d22

Please sign in to comment.