This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit ec587c06e0b82627a3921988c4455f8473fa7352 Author: Hugo Hirsch <[email protected]> AuthorDate: Sun Oct 18 21:38:17 2020 +0200 Adapt to new Maven name in Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 40e1814..3db8962 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } tools { - maven 'Maven 3 (latest)' + maven 'maven_3_latest' jdk 'JDK 14 (latest)' }
