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
Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit eef11b0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 2, 2023
1 parent e72ff0a commit e13c4f5
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 e13c4f5

Please sign in to comment.