There was an error while loading. Please reload this page.
1 parent 017920b commit 78915c7Copy full SHA for 78915c7
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,10 @@ jobs:
11
- name: Set up JDK 21
12
uses: actions/setup-java@v5
13
with:
14
- java-version: '21'
+ java-version: |
15
+ 8
16
+ 16
17
+ 21
18
distribution: 'adopt'
19
cache: gradle
20
- name: Grant execute permission for gradlew
.github/workflows/publish.yml
@@ -22,7 +22,10 @@ jobs:
22
23
24
25
26
27
28
29
30
31
0 commit comments