From a26a855c0724fc80edbdb867d16074d7a4592e8a Mon Sep 17 00:00:00 2001 From: Paul Reichmuth <50195869+PaulReichmuth@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:14:01 +0200 Subject: [PATCH] switch back to temurin distro, as microsoft doesn't have JDK25 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5fe597d..99b2d9c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -58,7 +58,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '25' - distribution: 'microsoft' + distribution: 'temurin' # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies. # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md