Skip to content

Commit

Permalink
Preparing gmavenplus-plugin to support JDK 16
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Oct 21, 2020
1 parent 01c6a32 commit 6d0e393
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,16 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.6</version>
<version>1.11.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId> <!--TODO update this as soon
as 4.0.0-alpha-1 (or any other 4.x version)
is available -->
<artifactId>groovy</artifactId>
<version>3.0.6</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>1</id>
Expand Down

0 comments on commit 6d0e393

Please sign in to comment.