updated groovy to version 3.0.9 to support Java 17

This commit is contained in:
Hendrik Brummermann 2021-09-19 08:12:55 +02:00
parent b315734311
commit 693ea279e7
4 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<classpathentry kind="lib" path="libs/cglib-nodep-2.2_beta1.jar"/>
<classpathentry kind="lib" path="libs/easymock.jar"/>
<classpathentry kind="lib" path="libs/easymockclassextension.jar"/>
<classpathentry kind="lib" path="libs/groovy.jar"/>
<classpathentry kind="lib" path="libs/groovy-3.0.9.jar"/>
<classpathentry kind="lib" path="libs/guava.jar"/>
<classpathentry kind="lib" path="libs/h2.jar"/>
<classpathentry kind="lib" path="libs/jardiff.jar"/>

View file

@ -29,7 +29,7 @@ junit_jar = ${libdir}/junit-4.12.jar
# Groovy. You perhaps can save this one.
# It was used on the past but we agreed to remove support for groovy.
groovy_jar = ${libdir}/groovy.jar
groovy_jar = ${libdir}/groovy-3.0.9.jar
# Simple HTTP.
simple_jar = ${libdir}/simple.jar

BIN
libs/groovy-3.0.9.jar Normal file

Binary file not shown.

Binary file not shown.