Skip to content

Commit

Permalink
Fix version of lombok-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Sep 28, 2022
1 parent 3b24120 commit 72e0ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<version.maven.jar.plugin>3.3.0</version.maven.jar.plugin>
<version.gmaven.plugin>1.5</version.gmaven.plugin>
<version.jacoco>0.8.8</version.jacoco>
<version.maven.lombok.plugin>1.18.20.0</version.maven.lombok.plugin>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -607,7 +608,7 @@
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>${version.lombok}</version>
<version>${version.maven.lombok.plugin}</version>
<executions>
<execution>
<id>delombok</id>
Expand Down

0 comments on commit 72e0ded

Please sign in to comment.