Skip to content

Commit

Permalink
fix java version for Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Mar 10, 2023
1 parent bc7e290 commit 8f658f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<or>
<equals arg1="1.8" arg2="${ant.java.version}" />
<equals arg1="1.9" arg2="${ant.java.version}" />
<equals arg1="9" arg2="${ant.java.version}" />
</or>
</not>
</condition>
Expand Down

0 comments on commit 8f658f9

Please sign in to comment.