File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- java : ['11']
9
+ java : ['11', '17' ]
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Setup JDK
13
- uses : actions/setup-java@v1
13
+ uses : actions/setup-java@v2
14
14
with :
15
+ distribution : ' temurin'
15
16
java-version : ${{ matrix.java }}
16
17
- name : Build
17
18
run : ./gradlew :adapter:build
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Setup JDK
13
- uses : actions/setup-java@v1
13
+ uses : actions/setup-java@v2
14
14
with :
15
+ distribution : ' temurin'
15
16
java-version : 11
16
17
- name : Build distribution
17
18
run : ./gradlew :adapter:distZip
You can’t perform that action at this time.
0 commit comments