add-gradle project #1

Merged
Ardakaz merged 7 commits from add-gradle into main 2026-06-27 09:33:29 +00:00
Showing only changes of commit ebf5321604 - Show all commits

View File

@@ -32,3 +32,12 @@ If you have DiscordSRV installed, you can add this to it's alerts.yml:
Content: "${getAlert()}"
```
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