We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0295ad8 commit 2436ed0Copy full SHA for 2436ed0
1 file changed
.github/workflows/maven-build.yml
@@ -90,9 +90,9 @@ jobs:
90
if: matrix.os == 'windows' && matrix.java != '8'
91
env:
92
MAVEN_OPTS: ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
93
- run: mvn -B install --file pom.xml
+ run: mvn -B install --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
94
- name: Maven Install with Code Coverage
95
if: matrix.os != 'windows' && matrix.java != '8'
96
97
98
- run: mvn -B install -D enable-ci --file pom.xml
+ run: mvn -B install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
0 commit comments