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

Fixed task name in build instructions #12

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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