Update Groovy to 2.4.8 for Java 9-ea+154 support.

Motivation:

Update of Groovy is needed to compile on recent java9 releases.

Modification:

Update to Groovy 2.4.8

Result:

This change allows Netty to be successfully compiled on more recent Java 9 previews.
This commit is contained in:
md-5 2017-02-10 22:48:25 +11:00 committed by Norman Maurer
parent 667cbe9923
commit fe522fb18e

View File

@ -176,7 +176,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.7</version>
<version>2.4.8</version>
</dependency>
<dependency>
<groupId>ant</groupId>