Skip to content

Commit

Permalink
allow java 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogrebnyak, Sergei authored and Pogrebnyak, Sergei committed Oct 12, 2018
1 parent 5bebff9 commit 028d567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sagcc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Make sure that Ant version is 1.9 or greater
<or>
<equals arg1="${ant.java.version}" arg2="1.8"/>
<equals arg1="${ant.java.version}" arg2="1.9"/>
<equals arg1="${ant.java.version}" arg2="10"/>
<equals arg1="${ant.java.version}" arg2="11"/>
</or>
</not>
</condition>
Expand Down

0 comments on commit 028d567

Please sign in to comment.