diff --git a/.github/workflows/last-commit-release.yml b/.github/workflows/last-commit-release.yml index 3d7359e7fb..e15ed9bb00 100644 --- a/.github/workflows/last-commit-release.yml +++ b/.github/workflows/last-commit-release.yml @@ -19,10 +19,10 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - name: Setup adopt JDK + - name: Setup Java uses: actions/setup-java@v2 with: - distribution: "adopt" + distribution: "temurin" java-version: 11 # will restore cache of dependencies and wrappers cache: 'gradle' diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 8c63ac19a0..da08be5240 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -18,10 +18,10 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - name: Setup adopt JDK + - name: Setup Java uses: actions/setup-java@v2 with: - distribution: "adopt" + distribution: "temurin" java-version: 11 # will restore cache of dependencies and wrappers cache: 'gradle' diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 67a80a9ad7..78ef5f9c9c 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -22,10 +22,10 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - name: Setup adopt JDK + - name: Setup Java uses: actions/setup-java@v2 with: - distribution: "adopt" + distribution: "temurin" java-version: 11 # will restore cache of dependencies and wrappers cache: 'gradle'