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 34d8a86 commit 820bcf6Copy full SHA for 820bcf6
.github/workflows/github.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/setup-java@v3
25
with:
26
java-version: ${{ matrix.jdk-version }}
27
+ distribution: 'adopt'
28
29
- name: Gradle cache
30
uses: actions/cache@v3
@@ -92,6 +93,7 @@ jobs:
92
93
94
95
java-version: 11
96
97
98
99
.github/workflows/release.yml
@@ -40,6 +40,7 @@ jobs:
40
41
42
java-version: 1.8
43
44
45
46
0 commit comments