Ver Fonte

Don't track coverage for lombok generated methods.

Sam Jaffe há 5 anos atrás
pai
commit
3f4cb502e1
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      lombok.config
  2. 1 1
      pom.xml

+ 1 - 0
lombok.config

@@ -0,0 +1 @@
+lombok.addLombokGeneratedAnnotation = true

+ 1 - 1
pom.xml

@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
-      <version>1.16.8</version>
+      <version>1.18.16</version>
       <scope>provided</scope>
     </dependency>
     <dependency>