Merge pull request #1651 from QianNangong/maven-error-patch-1

修复编译时 maven 可能提示“找不到符号”的问题
This commit is contained in:
648540858
2024-10-17 20:28:47 +08:00
committed by GitHub

View File

@@ -379,6 +379,13 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>