You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2017/12/27 13:39:20 UTC

[maven-jdeps-plugin] branch master updated: jdeps tool is introduced in JDK 8, so maven-jdeps-plugin only works with JDK8+

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 24e978d  jdeps tool is introduced in JDK 8, so maven-jdeps-plugin only works with JDK8+
24e978d is described below

commit 24e978d3f59056ac2f0639ef8259e0444f4a213d
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 27 14:39:14 2017 +0100

    jdeps tool is introduced in JDK 8, so maven-jdeps-plugin only works with JDK8+
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..a98b81a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdk:[8,9])

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].