Skip to content

Commit

Permalink
Changed: Fuck you lombok
Browse files Browse the repository at this point in the history
Signed-off-by: DevDrizzy <fistergaming123@gmail.com>
  • Loading branch information
DevDrizzy committed Dec 8, 2024
1 parent 8b63e37 commit e5781fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@
<configuration>
<target>${maven.compiler.target}</target>
<source>${maven.compiler.source}</source>
<annotationProcessors>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
</annotationProcessors>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e5781fb

Please sign in to comment.