You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/12/22 00:10:11 UTC

(logging-chainsaw) branch master updated: upgraded build java version to 17

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git


The following commit(s) were added to refs/heads/master by this push:
     new ae735ee  upgraded build java version to 17
ae735ee is described below

commit ae735ee7310554fc616e08ec0b09e8ace8e636e0
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Fri Dec 22 01:10:06 2023 +0100

    upgraded build java version to 17
---
 .github/workflows/chainsaw.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index d12b7c4..33ef5fe 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -38,7 +38,7 @@ jobs:
         uses: actions/setup-java@v2.4.0
         with:
           distribution: temurin
-          java-version: 11
+          java-version: 17
           java-package: jdk
           architecture: x64
           cache: maven