Skip to content

Commit

Permalink
Fix old task api usage (elastic#67653) (elastic#67717)
Browse files Browse the repository at this point in the history
- fix old task api usage sneaked back in to the build in rolling-upgrade-basic project
  • Loading branch information
breskeby authored Jan 21, 2021
1 parent 68afd6e commit 1f89cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/qa/rolling-upgrade-basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
tasks.withType(Test).configureEach {
onlyIf { BuildParams.inFipsJvm == false}
}
tasks.getByName("testingConventions") {
tasks.named("testingConventions").configure {
onlyIf { BuildParams.inFipsJvm == false }
}

0 comments on commit 1f89cf7

Please sign in to comment.