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 <[email protected]>
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
['"[email protected]" <[email protected]>'].

Reply via email to