Removing maven cache from publish
This commit is contained in:
parent
8f7e736cd8
commit
068cdab801
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user