Skip to content

Commit

Permalink
Set minimum Java version
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jan 2, 2024
1 parent 225abbb commit 68b9ff9
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 @@ -7,6 +7,7 @@
<!-- edit the properties of this plugin in the file `gradle.properties` -->
<property file="${basedir}/gradle.properties"/>
<property name="java.lang.version" value="17"/>
<property name="plugin.minimum.java.version" value="17"/>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
Expand Down

0 comments on commit 68b9ff9

Please sign in to comment.