Skip to content

Commit

Permalink
Generate headers with JDK 20+
Browse files Browse the repository at this point in the history
  • Loading branch information
ceresek committed Jul 12, 2024
1 parent fa10644 commit 7b315c9
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 @@ -116,7 +116,7 @@
<condition property="agent.generate.headers.javac">
<and>
<antversion atleast="1.10.2" />
<matches pattern="^(1[.]9)|9|(1[0-9])" string="${java.version}" />
<matches pattern="^(1[.]9)|9|([1-9][0-9])" string="${java.version}" />
</and>
</condition>

Expand Down

0 comments on commit 7b315c9

Please sign in to comment.