From e13c4f59100f2258aee821268bd0e7486bbbfe6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Aug 2023 16:33:40 +0000 Subject: [PATCH] Gradle tasks don't pass command line arguments to executables (#918) Signed-off-by: Daniel Widdis (cherry picked from commit eef11b074df836346cb5dfc03bbab135d332db74) Signed-off-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