From 93ba23a83d0bbcd2c4c02bb82848ec41707efcb8 Mon Sep 17 00:00:00 2001 From: pandaninjas Date: Tue, 3 Jan 2023 20:04:04 +0000 Subject: Update gradle.yml --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 98e2965..b451daa 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -23,11 +23,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'coretto' + distribution: 'corretto' - name: Build with Gradle uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: -- cgit