Fix `Duplicate class found` due to the `delombok` goal. (#10532)
This commit is contained in:
parent
aeda5c67b3
commit
c74d21c96f
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#### Project
|
||||
|
||||
* Fix `Duplicate class found` due to the `delombok` goal.
|
||||
|
||||
#### OAP Server
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -489,6 +489,8 @@
|
|||
<configuration>
|
||||
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
|
||||
<addOutputDirectory>false</addOutputDirectory>
|
||||
<outputDirectory>${project.build.directory}/delombok</outputDirectory>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue