This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 3241876 (doc) Removed JDK 15 from CI matrix
3241876 is described below
commit 3241876e983c079798bdf1ab2852ab61fb9fc777
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Apr 5 22:31:32 2021 +0200
(doc) Removed JDK 15 from CI matrix
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1e77454..b4e13d9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfMavenTlpPlgnBuild(jdk:['8','11','15','16'])
+asfMavenTlpPlgnBuild(jdk:['8','11','16'])