Centralize CI build JDK, update with Renovate (#1941)

This commit is contained in:
Jake Wharton
2025-02-27 13:51:13 -05:00
committed by GitHub
parent f40e79e3a9
commit cdc2c6b70f
4 changed files with 29 additions and 10 deletions

1
.github/workflows/.java-version vendored Normal file
View File

@@ -0,0 +1 @@
21

View File

@@ -16,12 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure JDK
uses: actions/setup-java@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'gradle'
java-version-file: .github/workflows/.java-version
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4