From 549dd6e887b8b3248cdd4c7c46e739ffe5504e27 Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Tue, 10 Oct 2023 12:49:45 -0700 Subject: [PATCH] Addressed PR comment Signed-off-by: Owais Kazi --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 92a467c61..a7cb1a0b6 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -36,7 +36,7 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui #### Building from the command line 1. `./gradlew check` builds and tests. -2. `./gradlew :run` launches a single node cluster with anomaly-detection (and job-scheduler) plugin installed. +2. `./gradlew :run` runs the plugin. 3. `./gradlew spotlessApply` formats code. And/or import formatting rules in [formatterConfig.xml](formatter/formatterConfig.xml) with IDE. 4. `./gradlew test` to run the complete test suite.