From 68954871ce3f8509011dea63389d92f044444a14 Mon Sep 17 00:00:00 2001 From: Russell Howe Date: Sun, 18 Feb 2024 07:58:51 +0000 Subject: [PATCH] Ensure that 'projectJDK' is a string Per the JSON schema --- topics/lib_qd.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/lib_qd.xml b/topics/lib_qd.xml index eae182d0..9533c638 100644 --- a/topics/lib_qd.xml +++ b/topics/lib_qd.xml @@ -545,19 +545,19 @@ the JDK version, for example:

- projectJDK: 11 + projectJDK: "11"

or:

- projectJDK: 1.8 + projectJDK: "1.8"

You can also specify JDK using the name:

- projectJDK: corretto-19 + projectJDK: "corretto-19"