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