Skip to content

Commit

Permalink
Gradle tasks don't pass command line arguments to executables
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Aug 2, 2023
1 parent 9e31418 commit 506d103
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 506d103

Please sign in to comment.