File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4949 cache : maven
5050 - name : Build with maven
5151 shell : bash
52+ # allow the build step to fail (e.g. test failures) without failing the entire job
53+ continue-on-error : true
5254 run : |
53- mvn -B -D"maven.test.failure.ignore=true" test
55+ mvn -B -fn - D"maven.test.failure.ignore=true" test
5456 - uses : codecov/codecov-action@v5
5557 if : ${{ matrix.rank == 'main' }}
5658 with :
9799 CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
98100 CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
99101 MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_SECRET_KEY_PASSPHRASE }}
100-
101-
102-
Original file line number Diff line number Diff line change 1111 <packaging >jar</packaging >
1212
1313 <properties >
14- <java .version>25 </java .version>
14+ <java .version>17 </java .version>
1515 </properties >
1616
1717 <dependencies >
You can’t perform that action at this time.
0 commit comments