Skip to content

Commit 44b354a

Browse files
committed
Use a system property to avoid deprecation warnings after the Update
Scripts have been moved to their own context (elastic#32096)
1 parent 1e9adfc commit 44b354a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ integTestRunner {
8383
}
8484

8585
integTestCluster {
86+
systemProperty 'es.scripting.update.ctx_in_params', 'false'
8687
setting 'xpack.license.self_generated.type', 'trial'
8788
setting 'xpack.security.enabled', 'true'
8889
setupCommand 'setupDummyUser',

0 commit comments

Comments
 (0)