From d9cc5c6df32f75325020ce7ec886d3fbc4c640b2 Mon Sep 17 00:00:00 2001 From: X168845 Issam EL-ATIF Date: Mon, 29 Apr 2019 15:56:46 +0200 Subject: [PATCH] [DOCS] remove 'es.scripting.update.ctx_in_params' system property for 7.0 --- docs/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/build.gradle b/docs/build.gradle index 5b98a62d99640..5816546d7e221 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -56,9 +56,6 @@ integTestCluster { extraConfigFile 'hunspell/en_US/en_US.dic', '../server/src/test/resources/indices/analyze/conf_dir/hunspell/en_US/en_US.dic' // Whitelist reindexing from the local node so we can test it. setting 'reindex.remote.whitelist', '127.0.0.1:*' - - // TODO: remove this for 7.0, this exists to allow the doc examples in 6.x to continue using the defaults - systemProperty 'es.scripting.update.ctx_in_params', 'false' } // build the cluster with all plugins