We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225abbb commit 68b9ff9Copy full SHA for 68b9ff9
build.xml
@@ -7,6 +7,7 @@
7
<!-- edit the properties of this plugin in the file `gradle.properties` -->
8
<property file="${basedir}/gradle.properties"/>
9
<property name="java.lang.version" value="17"/>
10
+ <property name="plugin.minimum.java.version" value="17"/>
11
12
<!-- ** include targets that all plugins have in common ** -->
13
<import file="../build-common.xml"/>
0 commit comments