Skip to content

Commit

Permalink
Gradle tasks don't pass command line arguments to executables (#918) (#…
Browse files Browse the repository at this point in the history
…921)

(cherry picked from commit eef11b0)

Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e72ff0a commit 9e4d582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e4d582

Please sign in to comment.