Skip to content

Commit

Permalink
Merge pull request hcoles#102 from laurinvesely/patch-1
Browse files Browse the repository at this point in the history
Update maven.markdown
  • Loading branch information
hcoles authored Apr 23, 2020
2 parents 2c6fa43 + d10ec49 commit 01908ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/maven.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ For example when running on OpenJDK 7 the it is sometimes necessary to disable t

```xml
<jvmArgs>
<value>-XX:-UseSplitVerifier</value>
<jvmArg>-XX:-UseSplitVerifier</jvmArg>
</jvmArgs>
```

Expand Down

0 comments on commit 01908ac

Please sign in to comment.