We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bebff9 commit 028d567Copy full SHA for 028d567
lib/sagcc.xml
@@ -70,6 +70,8 @@ Make sure that Ant version is 1.9 or greater
70
<or>
71
<equals arg1="${ant.java.version}" arg2="1.8"/>
72
<equals arg1="${ant.java.version}" arg2="1.9"/>
73
+ <equals arg1="${ant.java.version}" arg2="10"/>
74
+ <equals arg1="${ant.java.version}" arg2="11"/>
75
</or>
76
</not>
77
</condition>
0 commit comments