Skip to content

Commit dcb22aa

Browse files
committed
maven版本调整为3.8.4
1 parent 6fd2855 commit dcb22aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@ jobs:
3838
with:
3939
java-version: '8'
4040
distribution: 'temurin'
41+
- name: Set up Maven
42+
uses: stCarolas/setup-maven@v4.5
43+
with:
44+
maven-version: 3.8.4
4145
- uses: actions/cache@v3
4246
with:
4347
path: ~/.m2/repository
4448
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4549
restore-keys: |
4650
${{ runner.os }}-maven-
4751
- name: Compilation and Installation
48-
run: mvn clean install -Drequire.maven=3.8.8 -Dcheckstyle.skip -Dspotbugs.skip=true -B -Pdocker -Pdemo-run-release -Pjacoco -Pit -Pcoverage
52+
run: mvn clean install -Drequire.maven=3.8.4 -Dcheckstyle.skip -Dspotbugs.skip=true -B -Pdocker -Pdemo-run-release -Pjacoco -Pit -Pcoverage
4953
- name: publish coverage report
5054
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)