hubmc_essentionals/.claude/settings.local.json

15 lines
297 B
JSON
Raw Normal View History

2025-11-12 09:35:38 +01:00
{
"permissions": {
"allow": [
"Bash(./gradlew tasks:*)",
"Bash(./gradlew build:*)",
"Bash(./gradlew compileJava:*)",
2025-11-12 10:12:58 +01:00
"Bash(./gradlew clean build:*)",
"Bash(.gradlew clean build)",
"Bash(gradlew.bat clean build)"
2025-11-12 09:35:38 +01:00
],
"deny": [],
"ask": []
}
}