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-checkstyle-plugin.git
commit e0b01adefee12406c836a32aa961b6584bc8d29e Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Apr 5 18:38:33 2021 +0200 Run ITs on Java 16 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 144e405..b4e13d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdk:['8','11','13','14']) +asfMavenTlpPlgnBuild(jdk:['8','11','16'])
