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

adoroszlai pushed a commit to branch HDDS-9605
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 9edf8d0b6416fa897f2706251e12a670a45a4dc7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 1 21:21:25 2023 +0100

    HDDS-9605. Upgrade coverage check to Java 17
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e3b38fe42e..a133fc21cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -501,11 +501,11 @@ jobs:
           tar xzvf target/artifacts/ozone-bin/ozone*.tar.gz -C 
hadoop-ozone/dist/target
       - name: Calculate combined coverage
         run: ./hadoop-ozone/dev-support/checks/coverage.sh
-      - name: Setup java 11
+      - name: Setup java 17
         uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: 11
+          java-version: 17
       - name: Upload coverage to Sonar
         run: ./hadoop-ozone/dev-support/checks/sonar.sh
         env:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to