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-jdeprscan-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 63a68c3 jdeprscan tool is introduced in JDK9, so
maven-jdeprscan-plugin only works with JDK9+
63a68c3 is described below
commit 63a68c3868d01874b5fff323a94eec18a9c1a295
Author: rfscholte <[email protected]>
AuthorDate: Wed Dec 27 14:45:50 2017 +0100
jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works
with JDK9+
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..22f3779 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdk:[9])
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].