From 9709735d4722c87ddc9c8ca19b860c12968941a5 Mon Sep 17 00:00:00 2001 From: Deepak Ramalingam Date: Wed, 24 Jul 2024 13:57:40 -0700 Subject: [PATCH] Fix build command in PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1972ba0..32e3396 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ Pull Request type - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes (Please run `./gradlew generateLock saveLock` to refresh dependencies) +- [ ] Build related changes (Please run `./gradlew build --write-locks` to refresh dependencies) - [ ] Other (please describe): **NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations.