File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14- <java .version>10 </java .version>
15- <maven .compiler.source>10 </maven .compiler.source>
16- <maven .compiler.target>10 </maven .compiler.target>
14+ <java .version>11 </java .version>
15+ <maven .compiler.source>11 </maven .compiler.source>
16+ <maven .compiler.target>11 </maven .compiler.target>
1717 </properties >
1818
1919 <build >
2525 <artifactId >maven-compiler-plugin</artifactId >
2626 <version >3.1</version >
2727 <configuration >
28- <source >10 </source >
29- <target >10 </target >
28+ <source >11 </source >
29+ <target >11 </target >
3030 </configuration >
3131 </plugin >
3232
You can’t perform that action at this time.
0 commit comments