Skip to content

Commit

Permalink
Minimise diff
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 29, 2025
1 parent 194a986 commit 9a156a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ ext {
cluster.setting name, value
}

// cluster.plugin provider((Callable<RegularFile>) (() -> (RegularFile) (() -> downloadedSecurityPlugin)))
cluster.plugin provider { (RegularFile) (() -> downloadedSecurityPlugin )}
}

Expand Down Expand Up @@ -564,8 +563,6 @@ List<Provider<RegularFile>> plugins = [
}
]



// Creates 2 test clusters with 3 nodes of the old version.
2.times { i ->
task "${baseName}#oldVersionClusterTask$i"(type: StandaloneRestIntegTestTask) {
Expand Down

0 comments on commit 9a156a6

Please sign in to comment.