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 authored Feb 18, 2024
1 parent 4632558 commit 6895487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/lib_qd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,19 +545,19 @@
the JDK version, for example: </p>

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

<p>or:</p>

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

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

<code style="block" lang="yaml">
projectJDK: corretto-19
projectJDK: &quot;corretto-19&quot;
</code>
</chunk>

Expand Down

0 comments on commit 6895487

Please sign in to comment.