File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929
3030 steps :
3131 - uses : actions/checkout@v2
32- - name : Set up JDK 11
32+ - name : Set up JDK
3333 uses : actions/setup-java@v1
3434 with :
35- java-version : 11
35+ java-version : 8
3636 - name : Cache local Maven repository
3737 uses : actions/cache@v2
3838 with :
Original file line number Diff line number Diff line change 5959
6060 <properties >
6161 <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>
6464 <spring .version>5.3.23</spring .version>
6565 <postgresql .version>42.5.0</postgresql .version>
6666 <dependency-check-maven .version>7.2.1</dependency-check-maven .version>
You can’t perform that action at this time.
0 commit comments