From ebf532160454fb709e61c7b3e521e7fb5d992461 Mon Sep 17 00:00:00 2001 From: ThePindabaas <219561634+ThePindabaas@users.noreply.github.com> Date: Sat, 27 Jun 2026 11:14:44 +0200 Subject: [PATCH] add dev notes to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e634f0..adea393 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,13 @@ If you have DiscordSRV installed, you can add this to it's alerts.yml: Channel: grief-alerts Content: "${getAlert()}" ``` -You'll also have to specify the grief-alerts channel in config.yml. \ No newline at end of file +You'll also have to specify the grief-alerts channel in config.yml. + +# Development + + +* Use `./gradlew clean` to clean the project +* Use `./gradlew assemble` to compile the project +* Use `./gradlew test` to test the project +* Use `./gradlew jar` to create the jar +* Use `./gradlew build` to compile, test and create the jar \ No newline at end of file