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 700cabe commit d8df9b8Copy full SHA for d8df9b8
.github/workflows/Gradle CI.yml
@@ -30,8 +30,9 @@ jobs:
30
31
# Setup JDK
32
- name: Setup Java JDK
33
- uses: actions/setup-java@v1.4.3
+ uses: actions/setup-java@v2
34
with:
35
+ distribution: 'adopt'
36
java-version: 11
37
38
# Validate Gradle Wrapper
.github/workflows/Release.yml
@@ -26,8 +26,9 @@ jobs:
26
27
28
29
0 commit comments