File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 16
16
uses : gradle/wrapper-validation-action@v1
17
17
18
18
- name : Configure JDK
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v2
20
20
with :
21
- java-version : 1.8
21
+ distribution : ' temurin'
22
+ java-version : ' 11'
22
23
23
24
- run : touch local.properties
24
25
39
40
uses : gradle/wrapper-validation-action@v1
40
41
41
42
- name : Configure JDK
42
- uses : actions/setup-java@v1
43
+ uses : actions/setup-java@v2
43
44
with :
44
- java-version : 1.8
45
+ distribution : ' temurin'
46
+ java-version : ' 11'
45
47
46
48
- run : touch local.properties
47
49
67
69
uses : gradle/wrapper-validation-action@v1
68
70
69
71
- name : Configure JDK
70
- uses : actions/setup-java@v1
72
+ uses : actions/setup-java@v2
71
73
with :
72
- java-version : 1.8
74
+ distribution : ' temurin'
75
+ java-version : ' 11'
73
76
74
77
- run : touch local.properties
75
78
@@ -98,9 +101,10 @@ jobs:
98
101
uses : actions/checkout@v2
99
102
100
103
- name : Configure JDK
101
- uses : actions/setup-java@v1
104
+ uses : actions/setup-java@v2
102
105
with :
103
- java-version : 1.8
106
+ distribution : ' temurin'
107
+ java-version : ' 11'
104
108
105
109
- run : curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
106
110
- run : chmod +x ./cc-test-reporter
You can’t perform that action at this time.
0 commit comments