This is an automated email from the ASF dual-hosted git repository. sor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 0ed8837 Run tests on Java 8, 11, 15, and 16-ea 0ed8837 is described below commit 0ed8837745fab56b46c4f83da6d5d8cdc73abcf3 Author: Christian Stein <sormu...@gmail.com> AuthorDate: Sat Oct 31 17:39:06 2020 +0100 Run tests on Java 8, 11, 15, and 16-ea Jenkins at https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-jlink-plugin/job/master/ --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9f05f7..1e77454 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild(jdk:['8','11','15','16'])