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 9d64f27 commit b02a70bCopy full SHA for b02a70b
.github/workflows/run_gradle_task.yml
@@ -64,13 +64,13 @@ jobs:
64
uses: gradle/actions/wrapper-validation@v4
65
66
- name: Setup JDK 11
67
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
68
with:
69
distribution: temurin
70
java-version: 11
71
72
- name: Setup JDK 17
73
74
75
76
java-version: 17
.github/workflows/run_publish_site.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Setup JDK
38
39
40
41
0 commit comments