Skip to content

Commit 6baa71a

Browse files
committed
HV-1577 Fix a quote that has been mistakenly dropped in the previous commit
1 parent 731d506 commit 6baa71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ There are more build options available as well. For more information refer to [C
7979

8080
To build Hibernate Validator with JDK 9, export the following environment variable:
8181

82-
export MAVEN_OPTS="--add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
82+
export MAVEN_OPTS="--add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED"
8383

8484
Then the build can be started like this:
8585

0 commit comments

Comments
 (0)