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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d8321e2 Use temurin as adopt will not receive any more updates
0d8321e2 is described below

commit 0d8321e258c4a8eae19fe0dafe98b7bab36b605e
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Sun Jul 21 20:45:44 2024 +0200

    Use temurin as adopt will not receive any more updates
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9aa6f426..04870efe 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v4
         with:
-          distribution: adopt
+          distribution: temurin
           java-version: ${{ matrix.java }}
           cache: 'maven'
 

Reply via email to