corrected toolchain version

Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
This commit is contained in:
jarebudev 2025-03-26 22:33:23 +00:00
parent 4b3d5a1132
commit 53fbb2cc4a
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@
<!-- with the next block we can define a set of sdks which still support java 8, if any of the sdks is not supporting java 8 anymore -->
<!--<modules><module></module></modules>-->
<properties>
<toolchain.jdk.version>(11)</toolchain.jdk.version>
<toolchain.jdk.version>[11,)</toolchain.jdk.version>
<skip.tests>true</skip.tests>
</properties>