File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
30
30
steps :
31
31
- uses : actions/checkout@v2
32
- - name : Set up JDK 11
32
+ - name : Set up JDK
33
33
uses : actions/setup-java@v1
34
34
with :
35
- java-version : 11
35
+ java-version : 8
36
36
- name : Cache local Maven repository
37
37
uses : actions/cache@v2
38
38
with :
Original file line number Diff line number Diff line change 59
59
60
60
<properties >
61
61
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
62
- <maven .compiler.source>11 </maven .compiler.source>
63
- <maven .compiler.target>11 </maven .compiler.target>
62
+ <maven .compiler.source>8 </maven .compiler.source>
63
+ <maven .compiler.target>8 </maven .compiler.target>
64
64
<spring .version>5.3.23</spring .version>
65
65
<postgresql .version>42.5.0</postgresql .version>
66
66
<dependency-check-maven .version>7.2.1</dependency-check-maven .version>
You can’t perform that action at this time.
0 commit comments