Skip to content

Commit ed9f10d

Browse files
committed
Added required minimumJavaVersion to configuration structure in pom.xml
1 parent 4550879 commit ed9f10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<groupId>org.jenkins-ci.tools</groupId>
8787
<artifactId>maven-hpi-plugin</artifactId>
8888
<configuration>
89+
<minimumJavaVersion>1.8.0</minimumJavaVersion>
8990
<!-- Compatible since is used to warn the user that this new version of the plugin is not compatible
9091
with earlier version than the one we mention below.
9192
https://wiki.jenkins.io/display/JENKINS/Marking+a+new+plugin+version+as+incompatible+with+older+versions

0 commit comments

Comments
 (0)