20 lines
858 B
JSON
20 lines
858 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(java -version)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(find /Users/thilo/development/java/JavadocViewerService -not -path */target/* -not -path */.mvn/* -not -path */.maven/* -not -path */.git/* -type f -o -type d)",
|
|
"WebFetch(domain:docs.gitea.com)",
|
|
"Bash(rm -f /Users/thilo/development/java/JavadocViewerService/database/jvsdb.mv.db /Users/thilo/development/java/JavadocViewerService/database/jvsdb.trace.db)",
|
|
"Bash(mvn spring-boot:run)",
|
|
"Bash(mvn spring-boot:run -Dspring-boot.run.jvmArguments=\"-Ddebug=true\")",
|
|
"Bash(jar tf:*)",
|
|
"Bash(mvn dependency:tree)",
|
|
"Bash(sdk use:*)",
|
|
"Bash(mvn clean:*)",
|
|
"Bash(source \"$HOME/.sdkman/bin/sdkman-init.sh\")",
|
|
"Bash(sed -i '' 's/<java.version>21</<java.version>17</' pom.xml)"
|
|
]
|
|
}
|
|
}
|