adds ./gradlew spotlessApply request to claude

improves description of the .md file
This commit is contained in:
Vitor Pamplona
2026-03-12 22:13:33 -04:00
parent d9eb44df1f
commit 198aa0971c
2 changed files with 36 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "./gradlew spotlessApply",
"timeout": 120
}
]
}
]
}
}