Skip to content

Commit 2c7cc90

Browse files
fix build file
1 parent 1f6b713 commit 2c7cc90

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/security/qa/microsoft-graph-authz-tests

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/microsoft-graph-authz-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies {
88
clusterModules project(":modules:analysis-common")
99
}
1010

11-
tasks.named("javaRestTest").configureEach {
11+
tasks.named("javaRestTest").configure {
1212
buildParams.withFipsEnabledOnly(it)
1313
}

0 commit comments

Comments
 (0)