File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -134,22 +134,17 @@ jobs:
134134 with:
135135 fetch-depth: 0
136136 - name: Set up JDK 1.11
137- uses: actions/setup-java@v2.3 .0
137+ uses: actions/setup-java@v3.9 .0
138138 with:
139139 distribution: 'zulu'
140140 java-version: '11'
141+ cache: 'maven'
141142 - name: Cache SonarCloud packages
142143 uses: actions/cache@v2.1.6
143144 with:
144145 path: ~/.sonar/cache
145146 key: ${{ runner.os }}-sonar
146147 restore-keys: ${{ runner.os }}-sonar
147- - name: Cache Maven packages
148- uses: actions/cache@v2.1.6
149- with:
150- path: ~/.m2
151- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
152- restore-keys: ${{ runner.os }}-m2
153148 - name: Create custom Maven Settings.xml #(2)
154149 uses: whelk-io/maven-settings-xml-action@v18
155150 with:
You can’t perform that action at this time.
0 commit comments