diff --git a/.gitea/workflows/gradle-ci.yml b/.gitea/workflows/gradle-ci.yml index a00fb75..0158695 100644 --- a/.gitea/workflows/gradle-ci.yml +++ b/.gitea/workflows/gradle-ci.yml @@ -19,7 +19,9 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v3 with: + distribution: temurin java-version: 17 + cache: gradle - name: Cache Gradle uses: actions/cache@v3