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 cd79d24 Too early for JDK10. surefire fails with a NPE cd79d24 is described below commit cd79d2451a2cff4225f7ed71c3533e1ef6075143 Author: rfscholte <rfscho...@apache.org> AuthorDate: Sat Feb 24 13:18:56 2018 +0100 Too early for JDK10. surefire fails with a NPE --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1574c9..a98b81a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild(jdk:[8,9,10]) +asfMavenTlpStdBuild(jdk:[8,9]) -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.