We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b76705 commit 938e608Copy full SHA for 938e608
.github/workflows/maven-package.yml
@@ -17,7 +17,6 @@ jobs:
17
with:
18
distribution: 'temurin'
19
java-version: '21'
20
- cache: 'maven'
21
22
- name: Build plugin
23
run: mvn clean package -DskipTests
.github/workflows/publish.yml
@@ -18,13 +18,12 @@ jobs:
- name: Cache Maven repository
24
uses: actions/cache@v3
25
26
path: ~/.m2
27
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+ key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-fresh
28
restore-keys: |
29
${{ runner.os }}-maven-
30
0 commit comments