Skip to content

Commit 71c40f7

Browse files
committed
Issue #104 Build with JDK8
1 parent 27e25c9 commit 71c40f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v2
35-
- name: Set up JDK 11
35+
- name: Set up JDK 8
3636
uses: actions/setup-java@v1
3737
with:
38-
java-version: 11
38+
java-version: 8
3939
- name: Build with Maven
4040
uses: paambaati/codeclimate-action@v2.6.0
4141
env:

0 commit comments

Comments
 (0)