Skip to content

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pveeckhout authored Oct 31, 2023
1 parent 873fc93 commit 578527f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'corretto'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'corretto'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
Expand Down

0 comments on commit 578527f

Please sign in to comment.