Skip to content

Commit 78915c7

Browse files
committed
Update Workflow Files
1 parent 017920b commit 78915c7

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
- name: Set up JDK 21
1212
uses: actions/setup-java@v5
1313
with:
14-
java-version: '21'
14+
java-version: |
15+
8
16+
16
17+
21
1518
distribution: 'adopt'
1619
cache: gradle
1720
- name: Grant execute permission for gradlew

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Set up JDK 21
2323
uses: actions/setup-java@v5
2424
with:
25-
java-version: '21'
25+
java-version: |
26+
8
27+
16
28+
21
2629
distribution: 'adopt'
2730
cache: gradle
2831
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)