Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixed task name in build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocorneti authored and lucaswin-amzn committed Mar 26, 2019
1 parent debd89a commit 9cd5cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ However, to build the `alerting` plugin subproject, we also use the Elastic buil

### Building from the command line

1. `./gradlew release` builds and tests all subprojects.
1. `./gradlew build` builds and tests all subprojects.
2. `./gradlew :alerting:run` launches a single node cluster with the alerting plugin installed.
3. `./gradlew :alerting:integTest` launches a single node cluster with the alerting plugin installed and runs all integ tests.
4. ` ./gradlew :alerting:integTest --tests="**.test execute foo"` runs a single integ test class or method
Expand Down

0 comments on commit 9cd5cf3

Please sign in to comment.