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:
parent
667cbe9923
commit
fe522fb18e
@ -176,7 +176,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
<artifactId>groovy-all</artifactId>
|
<artifactId>groovy-all</artifactId>
|
||||||
<version>2.4.7</version>
|
<version>2.4.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user