File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments