This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch maven-xml in repository https://gitbox.apache.org/repos/asf/maven-studies.git
The following commit(s) were added to refs/heads/maven-xml by this push: new a684929 maven-xml requires Java 8 a684929 is described below commit a684929a8a9a5033172628bf60a5e74b5a6f475b Author: rfscholte <rfscho...@apache.org> AuthorDate: Sat May 12 20:43:27 2018 +0200 maven-xml requires Java 8 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f..02d26f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild(jdk:[8,9,10,11]) -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.