Skip to content

Commit 4cbb91d

Browse files
committed
cd: release on jdk 1.8
1 parent 82bd3db commit 4cbb91d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@ jobs:
88
name: Build release
99
strategy:
1010
matrix:
11-
target: [java8, java17]
11+
target: java8
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2.3.3
15-
- name: Download JDK
16-
run: |
17-
curl --silent -o ${{ runner.temp }}/jdk-17_linux-x64_bin.tar.gz \
18-
https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz
1915
- name: Set up JDK
2016
uses: actions/setup-java@v2
2117
with:
22-
distribution: jdkfile
23-
jdkFile: ${{ runner.temp }}/jdk-17_linux-x64_bin.tar.gz
24-
java-version: 17
18+
distribution: adopt
19+
java-version: 8
2520
- uses: actions/cache@v2
2621
with:
2722
path: ~/.m2/repository

0 commit comments

Comments
 (0)