File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 - name : Maven with JDK ${{ matrix.java }}
2323 run : mvn -Pall -no-transfer-progress clean install
2424 - name : Maven with JDK ${{ matrix.java }} - Reproducible
25- run : mvn -Psonatype-oss-release -Dmaven.release. skip=true -no-transfer-progress clean verify artifact:compare
25+ run : mvn -Psonatype-oss-release -Dgpg. skip -no-transfer-progress clean verify artifact:compare -Dcompare.fail=false
2626 - name : Maven with JDK ${{ matrix.java }} - Parallel
2727 run : mvn -T4 -Pall -no-transfer-progress clean install
2828 - name : Maven with JDK ${{ matrix.java }} - Release dry run
5151 - name : Maven4 with JDK ${{ matrix.java }}
5252 run : mvn -Pall -no-transfer-progress clean install
5353 - name : Maven4 with JDK ${{ matrix.java }} - Reproducible
54- run : mvn -Psonatype-oss-release -Dmaven.release. skip=true -no-transfer-progress clean verify artifact:compare
54+ run : mvn -Psonatype-oss-release -Dgpg. skip=true -no-transfer-progress clean verify artifact:compare -Dcompare.fail=false
5555 - name : Maven4 with JDK ${{ matrix.java }} - Parallel
5656 run : mvn -T4 -Pall -no-transfer-progress clean install
You can’t perform that action at this time.
0 commit comments