File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 137
137
</dependencies >
138
138
</dependencyManagement >
139
139
140
- <build >
141
- <!-- <plugins>
142
- <plugin>
143
- <groupId>org.apache.maven.plugins</groupId>
144
- <artifactId>maven-compiler-plugin</artifactId>
145
- <inherited>true</inherited>
146
- <configuration>
147
- <annotationProcessorPaths>
148
- <annotationProcessorPath>
149
- <groupId>org.projectlombok</groupId>
150
- <artifactId>lombok</artifactId>
151
- <version>${lombok.version}</version>
152
- </annotationProcessorPath>
153
- </annotationProcessorPaths>
154
- <annotationProcessors>
155
- <annotationProcessor>lombok.launch.AnnotationProcessorHider$AnnotationProcessor
156
- </annotationProcessor>
157
- </annotationProcessors>
158
- <failOnError>true</failOnError>
159
- </configuration>
160
- </plugin>
161
- </plugins>-->
162
- </build >
163
140
</project >
You can’t perform that action at this time.
0 commit comments