Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from StrangerCoug/remove-lombok-plugin
Browse files Browse the repository at this point in the history
Remove lombok plugin
  • Loading branch information
StrangerCoug committed Oct 8, 2023
2 parents 9af46b3 + 6050c98 commit a6b8a27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,6 @@

<build>
<plugins>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.20.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>delombok</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit a6b8a27

Please sign in to comment.