We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfb23d commit 23adb78Copy full SHA for 23adb78
.github/workflows/build.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - name: Set up JDK 17
+ - name: Set up Java
11
uses: actions/setup-java@v4
12
with:
13
distribution: temurin
14
- java-version: 17
+ java-version: 21
15
check-latest: true
16
- name: Setup Gradle
17
uses: gradle/actions/setup-gradle@v5
0 commit comments