Skip to content

Commit

Permalink
chore(build): set groovy-maven-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Oct 24, 2019
1 parent a95a223 commit ab5e2c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
<artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.version}</version>
</plugin>

<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>${groovy-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit ab5e2c8

Please sign in to comment.