8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908ca59 commit 3946270Copy full SHA for 3946270
.github/workflows/maven-build.yml
@@ -86,7 +86,7 @@ jobs:
86
if: matrix.os != 'windows'
87
env:
88
MAVEN_OPTS: ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
89
- run: mvn -B clean install site -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
+ run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
90
- name: Save coverage data
91
if: matrix.os == 'ubuntu' && matrix.java == '17'
92
uses: actions/upload-artifact@v4
0 commit comments