Skip to content

Commit 670b898

Browse files
committed
#609 - Add Mockito as an agent to the build
- test if removing the lombok annotation processor from maven compiler plugin fixes the codecov issues
1 parent 1d04e0d commit 670b898

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

lombok.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -397,20 +397,20 @@
397397
<artifactId>spring-boot-maven-plugin</artifactId>
398398
</plugin>
399399

400-
<plugin>
401-
<groupId>org.apache.maven.plugins</groupId>
402-
<artifactId>maven-compiler-plugin</artifactId>
403-
<version>3.11.0</version>
404-
<configuration>
405-
<annotationProcessorPaths>
406-
<path>
407-
<groupId>org.projectlombok</groupId>
408-
<artifactId>lombok</artifactId>
409-
<version>1.18.30</version>
410-
</path>
411-
</annotationProcessorPaths>
412-
</configuration>
413-
</plugin>
400+
<!-- <plugin>-->
401+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
402+
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
403+
<!-- <version>3.11.0</version>-->
404+
<!-- <configuration>-->
405+
<!-- <annotationProcessorPaths>-->
406+
<!-- <path>-->
407+
<!-- <groupId>org.projectlombok</groupId>-->
408+
<!-- <artifactId>lombok</artifactId>-->
409+
<!-- <version>1.18.30</version>-->
410+
<!-- </path>-->
411+
<!-- </annotationProcessorPaths>-->
412+
<!-- </configuration>-->
413+
<!-- </plugin>-->
414414

415415
<plugin>
416416
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)