diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df78d3306..a262cffe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -274,6 +274,7 @@ jobs: - name: Gradle Setup uses: ./.github/actions/gradle-setup with: + jdk_distribution: 'jetbrains' gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} cache_read_only: 'false'