From 56e24719756c9d3af20d8bfd495a3377f048547b Mon Sep 17 00:00:00 2001 From: George Adams Date: Thu, 22 Dec 2022 09:49:29 +0000 Subject: [PATCH] Migrate setup-java action to use Temurin AdoptOpenJDK has moved to the Eclipse Foundation and now distributes binaries under the new name "Eclipse Temurin" --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e9437855f..d3c0aac80 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '11' - distribution: 'adopt' + distribution: 'temurin' cache: gradle - name: Grant execute permission for gradlew run: chmod +x gradlew