We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4dc50 commit 38f4453Copy full SHA for 38f4453
.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
50
java-version: ${{ matrix.java_version }}
51
cache: maven
52
- name: Execute Tests on JDK ${{ matrix.java_version }}
53
- run: mvn -B -V -U -C -Pstaging,oss-release,test-lrg,mysql clean verify -Dgpg.skip=true -Dwarn.limit=15 -Dcomp.xlint=-Xlint:none -e
+ run: mvn -B -V -U -C -Pstaging,oss-release,test-lrg,mysql clean verify -Dgpg.skip=true -Dwarn.limit=15 -Dcomp.xlint=-Xlint:none
54
55
common_validations_job:
56
name: Common Validations
0 commit comments