This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git
The following commit(s) were added to refs/heads/master by this push:
new 53d44dc Use java 11 for chainsaw build
53d44dc is described below
commit 53d44dcd972cff708fde0754169bdc1758630c12
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Jun 6 14:49:22 2021 -0500
Use java 11 for chainsaw build
Forgot we updated this.
---
chainsaw/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chainsaw/Jenkinsfile b/chainsaw/Jenkinsfile
index 6778251..b8ccaeb 100644
--- a/chainsaw/Jenkinsfile
+++ b/chainsaw/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
lib 'logging'
}
tools {
- jdk 'jdk_1.8_latest'
+ jdk 'jdk_11_latest'
maven 'maven_3_latest'
}
stages {