Skip to content

Commit 53fbb2c

Browse files
committed
corrected toolchain version
Signed-off-by: jarebudev <[email protected]>
1 parent 4b3d5a1 commit 53fbb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
<!-- 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 -->
654654
<!--<modules><module></module></modules>-->
655655
<properties>
656-
<toolchain.jdk.version>(11)</toolchain.jdk.version>
656+
<toolchain.jdk.version>[11,)</toolchain.jdk.version>
657657
<skip.tests>true</skip.tests>
658658
</properties>
659659

0 commit comments

Comments
 (0)