feat(Gatlin): Setup

Added Gatlin Setup and a test "test".
This commit is contained in:
LQ63
2026-05-01 00:36:18 +02:00
parent df4f1809a9
commit 0c5b83aa74
25 changed files with 768 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(gradle wrapper:*)",
"Bash(curl -sL \"https://raw.githubusercontent.com/gradle/gradle/v8.13.0/gradle/wrapper/gradle-wrapper.jar\" -o \"C:\\\\AIN-Festplatte\\\\Softwarearchitekturen\\\\Gatlin\\\\gradle\\\\wrapper\\\\gradle-wrapper.jar\")",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"WebFetch(domain:github.com)",
"Bash(xargs grep:*)"
]
}
}