We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa22619 + 883a1ed commit 4165b41Copy full SHA for 4165b41
1 file changed
.github/workflows/gradle.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-java@v3
24
with:
25
java-version: 17
26
+ distribution: temurin
27
28
- name: Cache Gradle
29
id: cache-gradle
@@ -66,6 +67,7 @@ jobs:
66
67
68
69
70
71
72
73
@@ -156,6 +158,7 @@ jobs:
156
158
157
159
160
161
162
163
- name: Set up Node.js v18.x
164
uses: actions/setup-node@v3
0 commit comments