Skip to content

Commit

Permalink
Build fix for 2.x.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Nov 21, 2022
1 parent 8d1d9a0 commit 3d49093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
<equals arg1="${release.number}" arg2="${api.version}"/>
</not>
<not>
<matches pattern="^1\." string="${release.number}" />
<matches pattern="^2\." string="${release.number}" />
</not>
</and>
</condition>
Expand Down

0 comments on commit 3d49093

Please sign in to comment.