Merge pull request 'maven指定jdk版本' (#1) from master-lhj0311 into test
Reviewed-on: http://192.168.0.40:3000/huixin_back4/cfs/pulls/1
This commit is contained in:
commit
395385b508
2
pom.xml
2
pom.xml
|
|
@ -191,6 +191,8 @@
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.13.0</version>
|
<version>3.13.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<source>11</source>
|
||||||
|
<target>11</target>
|
||||||
<annotationProcessorPaths>
|
<annotationProcessorPaths>
|
||||||
<path>
|
<path>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue