File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
11
11
- name : Set up JRE 8 as libs for R8
12
- uses : actions/setup-java@v1
12
+ uses : actions/setup-java@v3
13
13
with :
14
14
java-version : 8
15
+ distribution : adopt-hotspot
15
16
16
17
- name : Set up JDK 14 for build
17
- uses : actions/setup-java@v1
18
+ uses : actions/setup-java@v3
18
19
with :
19
20
java-version : 14
21
+ distribution : adopt-hotspot
20
22
21
23
- name : Build & test the agent standalone
22
24
run : ./gradlew quickTest
23
25
24
26
- name : Build & test the full distributable
25
27
run : ./gradlew distTest
26
28
27
- - uses : actions/upload-artifact@v2
29
+ - uses : actions/upload-artifact@v3
28
30
with :
29
31
name : distributables
30
32
path : build/libs/*-dist.jar
You can’t perform that action at this time.
0 commit comments