You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/05/08 20:15:45 UTC

[logging-pipelines] branch master updated: Use Java 11 for Chainsaw build

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 4b97b1f  Use Java 11 for Chainsaw build
4b97b1f is described below

commit 4b97b1f09e9f15c7bcbd05a2421da00487593524
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat May 8 15:15:29 2021 -0500

    Use Java 11 for Chainsaw build
---
 vars/mvn.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/mvn.groovy b/vars/mvn.groovy
index fce6a17..d1adb2e 100644
--- a/vars/mvn.groovy
+++ b/vars/mvn.groovy
@@ -26,7 +26,7 @@ def call(String args) {
             javaVersion = '11'
         }
     } else if (env.JOB_NAME.startsWith('Logging/chainsaw')) {
-        javaVersion = '9'
+        javaVersion = '11'
     }
     String javaHome = tool "jdk_${javaVersion}_latest"
     if (isUnix()) {