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:
|
||||
java-version: '21'
|
||||
distribution: 'corretto'
|
||||
cache: maven
|
||||
|
||||
- name: Set up JDK from ENV
|
||||
if: github.ref != 'refs/heads/feature/T2900-java21'
|
||||
@ -43,7 +42,6 @@ jobs:
|
||||
with:
|
||||
java-version: '${{ secrets.JAVA_VERSION }}'
|
||||
distribution: 'corretto'
|
||||
cache: maven
|
||||
|
||||
- name: Create Maven settings
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user