Skip to content

Commit 68b9ff9

Browse files
committed
Set minimum Java version
Signed-off-by: Taylor Smock <[email protected]>
1 parent 225abbb commit 68b9ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- edit the properties of this plugin in the file `gradle.properties` -->
88
<property file="${basedir}/gradle.properties"/>
99
<property name="java.lang.version" value="17"/>
10+
<property name="plugin.minimum.java.version" value="17"/>
1011

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

0 commit comments

Comments
 (0)