File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 sudo rm -f /usr/bin/mvn # Remove existing symbolic link if it exists
2828 sudo ln -s /opt/maven/bin/mvn /usr/bin/mvn # Create new symbolic link
2929
30- # - name: Setup java
31- # uses: actions/setup-java@v1
32- # with:
33- # java-version: ${{ matrix.java }}
3430 - name : Setup java
35- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v1
3632 with :
3733 java-version : ${{ matrix.java }}
38- distribution : ' zulu'
34+ # - name: Setup java
35+ # uses: actions/setup-java@v4
36+ # with:
37+ # java-version: ${{ matrix.java }}
38+ # distribution: 'zulu'
3939# cache: 'maven'
4040
4141 - name : Cache Maven packages
5151 node-version : 14.x
5252
5353 - name : Run the Maven verify phase
54- run : mvn verify -Dgpg.skip=true --no-transfer-progress
54+ run : mvn verify -Dgpg.skip=true --no-transfer-progress
You can’t perform that action at this time.
0 commit comments