Skip to content

Commit

Permalink
Ensure that 'projectJDK' is a string
Browse files Browse the repository at this point in the history
Per the JSON schema
  • Loading branch information
rhowe committed Mar 23, 2024
1 parent 61edb3f commit 70f7acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/lib_qd.topic
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@
the JDK version, for example: </p>

<code-block lang="yaml">
projectJDK: 11
projectJDK: &quot;11&quot;
</code-block>

<p>or:</p>

<code-block lang="yaml">
projectJDK: 1.8
projectJDK: &quot;1.8&quot;
</code-block>

<p>You can also specify JDK using the name:</p>
Expand Down

0 comments on commit 70f7acf

Please sign in to comment.