File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- java : [ "8", " 11", "17", "21" ]
15+ java : [ "11", "17", "21" ]
1616 distribution : [ "zulu", "adopt" ]
1717
1818 steps :
Original file line number Diff line number Diff line change 3838 </scm >
3939
4040 <properties >
41+ <maven .compiler.source>11</maven .compiler.source>
42+ <maven .compiler.target>11</maven .compiler.target>
4143 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4244 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
43- <java .version>1. 11</java .version>
45+ <java .version>11</java .version>
4446 <jacksonVersion >2.15.2</jacksonVersion >
4547 <lombok .version>1.18.34</lombok .version>
4648 <slf4j .version>1.7.30</slf4j .version>
222224 <artifactId >maven-compiler-plugin</artifactId >
223225 <version >3.7.0</version >
224226 <configuration >
225- <source >1.8 </source >
226- <target >1.8 </target >
227+ <source >11 </source >
228+ <target >11 </target >
227229 <annotationProcessorPaths >
228230 <path >
229231 <groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments