Skip to content

Commit eab0e9f

Browse files
committed
Revert "try using java 11 in build.yml"
This reverts commit c6a69c3.
1 parent c6a69c3 commit eab0e9f

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/build.yml

+8-12
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
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

@@ -40,10 +39,9 @@ jobs:
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

@@ -69,10 +67,9 @@ jobs:
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

0 commit comments

Comments
 (0)