Skip to content

Commit

Permalink
Update CONTRIBUTING.md with correct build command line
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Jun 20, 2024
1 parent 65a1ecb commit 379996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Run `mvn spotless:apply` to fix any formatting, etc issues.

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

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

## Using WireMock and Snapshots

Expand Down

0 comments on commit 379996d

Please sign in to comment.