We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c080fb1 commit a76804bCopy full SHA for a76804b
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
17
with:
18
distribution: 'temurin'
19
- java-version: 8
+ java-version: 21
20
- name: Setup Gradle
21
uses: gradle/actions/setup-gradle@8c3e41f260befbc98f487996e8806e3d51f655c4
22
- name: license header
.github/workflows/deploy-to-azure.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
- name: Build
0 commit comments