Improves claude command

This commit is contained in:
Vitor Pamplona
2026-04-15 08:25:14 -04:00
parent 76f0e95be8
commit 43da67d676
+1 -1
View File
@@ -16,7 +16,7 @@
"hooks": [
{
"type": "command",
"command": "./gradlew spotlessApply 2>/dev/null || spotless-apply",
"command": "./gradlew spotlessApply 2>/dev/null",
"timeout": 120
}
]