Skip to content

Commit

Permalink
Revert "chore: remove unneeded repackage goal"
Browse files Browse the repository at this point in the history
This reverts commit 9801ec6.
  • Loading branch information
mpalourdio committed May 23, 2024
1 parent 46b0fe5 commit 4a2bbae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<configuration>
<executable>true</executable>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 4a2bbae

Please sign in to comment.