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 390979e RAT-271: Use JDK14
390979e is described below
commit 390979e679bf72c5e05a463b1f03d086bd1399c1
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jul 27 12:46:16 2020 +0200
RAT-271: Use JDK14
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 593f413..29c52bd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
tools {
maven 'Maven 3 (latest)'
- jdk 'JDK 8 (latest)'
+ jdk 'JDK 14 (latest)'
}
options {