update workflow
Some checks failed
Publish to snapshot maven / build (push) Failing after 34s

This commit is contained in:
moehreag 2024-06-11 11:03:44 +02:00
parent e67566076d
commit c8921d7cd7

View file

@ -14,6 +14,7 @@ jobs:
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: 21 java-version: 21
cache-write-only: "!startsWith(github.event.head_commit.message, '[no-cache]')"
- uses: https://github.com/gradle/actions/setup-gradle@v3 - uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Build - name: Build
run: | run: |