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

修复编译时 maven 可能提示“找不到符号”的问题
pull/1652/head
648540858 2024-10-17 20:28:47 +08:00 committed by GitHub
commit a548dec2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

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>