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": []
|
|
|
|
|
}
|
|
|
|
|
}
|