Run update-gradle-wrapper with jdk 17 (#8849)

This commit is contained in:
Lauri Tulmin 2023-07-01 18:00:41 +03:00 committed by GitHub
parent cd13fd4018
commit f315d80ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK for running Gradle
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17.0.6
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1