Skip to content

Commit 877a465

Browse files
committed
fix(build): downgrade to JDK 16
1 parent 4d0be44 commit 877a465

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Set up JDK 17
11+
- name: Set up JDK 16
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: 17
14+
java-version: 16
1515
distribution: adopt
1616
cache: "gradle"
1717
- name: Grant execute permission for gradlew

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Set up JDK 17
11+
- name: Set up JDK 16
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: 17
14+
java-version: 16
1515
distribution: adopt
1616
cache: "gradle"
1717
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)