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
The following commit(s) were added to refs/heads/master by this push:
new 2cd5922 RAT-271: Use JDK14 for building
2cd5922 is described below
commit 2cd5922e5fc7d4ff57a76d84bd959d3f4663b260
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jul 27 12:44:43 2020 +0200
RAT-271: Use JDK14 for building
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index cf8317a..0fd103c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
tools {
maven 'Maven 3 (latest)'
- jdk 'JDK 8 (latest)'
+ jdk 'JDK 14 (latest)'
}
options {