This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 9e2f45c Uses proper version of JDK to cleanup 9e2f45c is described below commit 9e2f45c801b65669b207662d18438ff02b518bf0 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Feb 23 14:13:05 2020 +0100 Uses proper version of JDK to cleanup --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 542d5ae..0866b57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { label 'ubuntu' } tools { - jdk 'JDK 8 (latest)' + jdk 'JDK 1.8 (latest)' maven 'Maven (latest)' } stages {