Removing maven cache from publish

This commit is contained in:
Marko Frankovic 2025-03-20 12:34:03 +01:00
parent 8f7e736cd8
commit 068cdab801

View File

@ -35,7 +35,6 @@ jobs:
with: with:
java-version: '21' java-version: '21'
distribution: 'corretto' distribution: 'corretto'
cache: maven
- name: Set up JDK from ENV - name: Set up JDK from ENV
if: github.ref != 'refs/heads/feature/T2900-java21' if: github.ref != 'refs/heads/feature/T2900-java21'
@ -43,7 +42,6 @@ jobs:
with: with:
java-version: '${{ secrets.JAVA_VERSION }}' java-version: '${{ secrets.JAVA_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven
- name: Create Maven settings - name: Create Maven settings
run: | run: |