From 9e4d5829c78e13ea6600db109da290c02cbe0025 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:34:27 -0700 Subject: [PATCH] Gradle tasks don't pass command line arguments to executables (#918) (#921) (cherry picked from commit eef11b074df836346cb5dfc03bbab135d332db74) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- DEVELOPER_GUIDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 961afaa0..b2e7400d 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -124,7 +124,6 @@ testClusters { Add the experimental feature flag as a command line argument: - `./bin/opensearch -E opensearch.experimental.feature.extensions.enabled=true` when running from a local distribution -- `./gradlew run -Dopensearch.experimental.feature.extensions.enabled=true` when running using Gradle in developer mode ##### Option 3