From b1b3a80e41173a5cf03cc4bc0c9740b9a4b5029c Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 28 Aug 2026 06:32:47 +0200 Subject: [PATCH] Change JDK distribution from adopt to temurin --- .github/workflows/Android-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index f22189e..c481fbc 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -23,7 +23,7 @@ jobs: - name: set up JDK uses: actions/setup-java@v5.7.0 with: - distribution: "adopt" + distribution: "temurin" java-version: ${{ matrix.java_version }} - uses: gradle/actions/wrapper-validation@v6.3.0 - name: Build with Gradle @@ -32,4 +32,4 @@ jobs: uses: actions/upload-artifact@v7 with: name: Lint-report - path: app/build/reports/lint-results.html \ No newline at end of file + path: app/build/reports/lint-results.html