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 2f945b8 commit 9c574a8Copy full SHA for 9c574a8
docs/GITHUB_ACTIONS.md
@@ -134,22 +134,17 @@ jobs:
134
with:
135
fetch-depth: 0
136
- name: Set up JDK 1.11
137
- uses: actions/setup-java@v2.3.0
+ uses: actions/setup-java@v3.9.0
138
139
distribution: 'zulu'
140
java-version: '11'
141
+ cache: 'maven'
142
- name: Cache SonarCloud packages
143
uses: actions/[email protected]
144
145
path: ~/.sonar/cache
146
key: ${{ runner.os }}-sonar
147
restore-keys: ${{ runner.os }}-sonar
- - name: Cache Maven packages
148
- uses: actions/[email protected]
149
- with:
150
- path: ~/.m2
151
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
152
- restore-keys: ${{ runner.os }}-m2
153
- name: Create custom Maven Settings.xml #(2)
154
uses: whelk-io/maven-settings-xml-action@v18
155
0 commit comments