Removed lombok annotationProcessingPaths entry at compile plugin.
This commit is contained in:
parent
a3a9eff0c2
commit
dc8032d5bf
10
pom.xml
10
pom.xml
@ -142,16 +142,6 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven.compiler.plugin}</version>
|
||||
<configuration>
|
||||
<release>${java.version}</release>
|
||||
<annotationProcessorPaths>
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!--Test execution -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user