fix: 修复jenkins lombox版本问题
This commit is contained in:
@@ -92,13 +92,13 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<!-- <excludes>-->
|
||||||
<!-- 打包的时候忽略lombok,因为lombok值在编译器起作用 -->
|
<!-- <!– 打包的时候忽略lombok,因为lombok值在编译器起作用 –>-->
|
||||||
<exclude>
|
<!-- <exclude>-->
|
||||||
<groupId>org.projectlombok</groupId>
|
<!-- <groupId>org.projectlombok</groupId>-->
|
||||||
<artifactId>lombok</artifactId>
|
<!-- <artifactId>lombok</artifactId>-->
|
||||||
</exclude>
|
<!-- </exclude>-->
|
||||||
</excludes>
|
<!-- </excludes>-->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Reference in New Issue
Block a user