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

nacx pushed a commit to branch gha
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/gha by this push:
     new a7eba0348c wip
a7eba0348c is described below

commit a7eba0348ce6dc4eeb41c4df157a6f21f7ec55ee
Author: Ignasi Barrera <ign...@tetrate.io>
AuthorDate: Tue Feb 7 18:07:26 2023 +0100

    wip
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a9a22950a0..5a3242bed0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
       - uses: actions/setup-java@v3
         with:
           java-version: "8"
-          distribution: oracle
+          distribution: temurin
           cache: maven
       - name: Build
         run: mvn clean verify checkstyle:checkstyle -B -q 
-Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Pdoc,src

Reply via email to