File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ jobs:
13
13
14
14
steps :
15
15
# actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v2
17
17
# ensure that gradle wrapper files in repository are valid by checking checksums
18
18
- uses : gradle/wrapper-validation-action@v1
19
19
- name : Set up JDK 11
20
- uses : actions/setup-java@v1
20
+ uses : actions/setup-java@v2
21
21
with :
22
- java-version : 1.11
22
+ distribution : zulu
23
+ java-version : 11
23
24
- uses : burrunan/gradle-cache-action@v1
24
25
name : Gradle build with caches caching
25
26
with :
33
34
path : ' **/build/reports/'
34
35
- name : Code coverage report
35
36
# disabled until repo is private
36
- uses : codecov/codecov-action@v1
37
+ uses : codecov/codecov-action@v2
37
38
with :
38
39
flags : unittests
39
40
fail_ci_if_error : true # optional (default = false)
Original file line number Diff line number Diff line change 18
18
- name : Checkout
19
19
20
20
- name : Set up JDK 11
21
- uses : actions/setup-java@v1
21
+ uses : actions/setup-java@v2
22
22
with :
23
- java-version : 1.11
23
+ distribution : zulu
24
+ java-version : 11
24
25
- uses : burrunan/gradle-cache-action@v1
25
26
name : Gradle release with caches caching
26
27
with :
43
44
- name : Checkout
44
45
45
46
- name : Set up JDK 11
46
- uses : actions/setup-java@v1
47
+ uses : actions/setup-java@v2
47
48
with :
48
- java-version : 1.11
49
+ distribution : zulu
50
+ java-version : 11
49
51
- uses : burrunan/gradle-cache-action@v1
50
52
name : Gradle release with caches caching
51
53
with :
@@ -58,11 +60,12 @@ jobs:
58
60
- name : Checkout
59
61
60
62
- name : Set up JDK 11
61
- uses : actions/setup-java@v1
63
+ uses : actions/setup-java@v2
62
64
with :
63
- java-version : 1.11
65
+ distribution : zulu
66
+ java-version : 11
64
67
- uses : burrunan/gradle-cache-action@v1
65
68
name : Gradle release with caches caching
66
69
with :
67
70
arguments : publishToSonatype closeSonatypeStagingRepository
68
- gradle-version : wrapper
71
+ gradle-version : wrapper
You can’t perform that action at this time.
0 commit comments