File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1616 uses : gradle/wrapper-validation-action@v1
1717
1818 - name : Configure JDK
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v1
2020 with :
21- distribution : ' temurin'
22- java-version : ' 11'
21+ java-version : 1.8
2322
2423 - run : touch local.properties
2524
4039 uses : gradle/wrapper-validation-action@v1
4140
4241 - name : Configure JDK
43- uses : actions/setup-java@v2
42+ uses : actions/setup-java@v1
4443 with :
45- distribution : ' temurin'
46- java-version : ' 11'
44+ java-version : 1.8
4745
4846 - run : touch local.properties
4947
6967 uses : gradle/wrapper-validation-action@v1
7068
7169 - name : Configure JDK
72- uses : actions/setup-java@v2
70+ uses : actions/setup-java@v1
7371 with :
74- distribution : ' temurin'
75- java-version : ' 11'
72+ java-version : 1.8
7673
7774 - run : touch local.properties
7875
@@ -101,10 +98,9 @@ jobs:
10198 uses : actions/checkout@v2
10299
103100 - name : Configure JDK
104- uses : actions/setup-java@v2
101+ uses : actions/setup-java@v1
105102 with :
106- distribution : ' temurin'
107- java-version : ' 11'
103+ java-version : 1.8
108104
109105 - run : curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
110106 - run : chmod +x ./cc-test-reporter
You can’t perform that action at this time.
0 commit comments