Skip to content

Commit 379996d

Browse files
authored
Update CONTRIBUTING.md with correct build command line
1 parent 65a1ecb commit 379996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Run `mvn spotless:apply` to fix any formatting, etc issues.
88

99
If the following does not succeed, you will not pass the pull request checks.
1010

11-
`mvn -D enable-ci clean install site`
11+
`mvn -D enable-ci clean install site "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"`
1212

1313
## Using WireMock and Snapshots
1414

0 commit comments

Comments
 (0)