corrected toolchain version
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
This commit is contained in:
parent
4b3d5a1132
commit
53fbb2cc4a
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue