diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..53d70fe --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "Bash(find /var/home/Gato/IdeaProjects/Infra -name \"docker-compose*\" | head -20)", + "Read(//var/home/Gato/IdeaProjects/Infra/**)", + "Bash(ls /var/home/Gato/IdeaProjects/Infra/)", + "Bash(find /var/home/Gato/IdeaProjects/Bonsai-webapp -name \"*.yml\" -path \"*/.gitea/*\" -o -name \"*.yaml\" -path \"*/.gitea/*\" 2>/dev/null)", + "Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/**)" + ] + } +} diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9842003..84cb0eb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: https://github.com/actions/setup-java@v4 with: java-version: '25' - distribution: 'temurin' + distribution: 'zulu' cache: 'gradle' - name: Run tests