File tree Expand file tree Collapse file tree 5 files changed +23
-18
lines changed Expand file tree Collapse file tree 5 files changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- - name : Set up JDK 1. 8
17
- uses : actions/setup-java@v1
16
+ - name : Set up JDK 8
17
+ uses : actions/setup-java@v2
18
18
with :
19
- java-version : 1.8
19
+ distribution : ' adopt'
20
+ java-version : ' 8'
20
21
- name : Cache Gradle packages
21
22
22
23
with :
28
29
- name : Build branch without snapshot
29
30
run : ./gradlew -PreleaseMode=pr build --stacktrace
30
31
- name : Upload to Codecov
31
- uses : codecov/codecov-action@v1
32
+ uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up JDK 11
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v2
20
20
with :
21
- java-version : 11
21
+ distribution : ' adopt'
22
+ java-version : ' 11'
22
23
- name : Cache Gradle packages
23
24
24
25
with :
30
31
- name : Build PR
31
32
run : ./gradlew -PreleaseMode=pr build --stacktrace
32
33
# - name: Upload to Codecov
33
- # uses: codecov/codecov-action@v1
34
+ # uses: codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- - name : Set up JDK 1. 8
17
- uses : actions/setup-java@v1
16
+ - name : Set up JDK 8
17
+ uses : actions/setup-java@v2
18
18
with :
19
- java-version : 1.8
19
+ distribution : ' adopt'
20
+ java-version : ' 8'
20
21
- name : Cache Gradle packages
21
22
22
23
with :
28
29
- name : Build PR
29
30
run : ./gradlew -PreleaseMode=pr build --stacktrace
30
31
- name : Upload to Codecov
31
- uses : codecov/codecov-action@v1
32
+ uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
26
26
CI_BUILD_NUMBER : ${{ github.run_number }}
27
27
steps :
28
28
- uses : actions/checkout@v2
29
- - name : Set up JDK 1. 8
30
- uses : actions/setup-java@v1
29
+ - name : Set up JDK 8
30
+ uses : actions/setup-java@v2
31
31
with :
32
- java-version : 1.8
32
+ distribution : ' adopt'
33
+ java-version : ' 8'
33
34
- name : Cache Gradle packages
34
35
35
36
with :
Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
23
23
CI_BUILD_NUMBER : ${{ github.run_number }}
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- - name : Set up JDK 1. 8
27
- uses : actions/setup-java@v1
26
+ - name : Set up JDK 8
27
+ uses : actions/setup-java@v2
28
28
with :
29
- java-version : 1.8
29
+ distribution : ' adopt'
30
+ java-version : ' 8'
30
31
- name : Cache Gradle packages
31
32
32
33
with :
42
43
- name : Upload to Codecov
43
44
uses : codecov/codecov-action@v1
44
45
- name : Push Javadocs
45
- run : ./push_javadoc.sh
46
+ run : ./push_javadoc.sh
You can’t perform that action at this time.
0 commit comments