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

casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new bee40ddd7 Migrate setup-java action to use Temurin (#4042)
bee40ddd7 is described below

commit bee40ddd76b7250ecddf9852d94df74c86b295a7
Author: George Adams <[email protected]>
AuthorDate: Thu Dec 22 02:38:56 2022 +0000

    Migrate setup-java action to use Temurin (#4042)
    
    AdoptOpenJDK has moved to the Eclipse Foundation and now distributes 
binaries under the new name "Eclipse Temurin"
---
 .github/workflows/build-backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-backend.yml 
b/.github/workflows/build-backend.yml
index 563fe37d6..350c52198 100644
--- a/.github/workflows/build-backend.yml
+++ b/.github/workflows/build-backend.yml
@@ -32,7 +32,7 @@ jobs:
     - name: Set up JDK 8
       uses: actions/setup-java@v2
       with:
-        distribution: 'adopt'
+        distribution: 'temurin'
         java-version: 8
     - name: Build backend by maven
       run:


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

Reply via email to