updated groovy to version 3.0.9 to support Java 17
This commit is contained in:
parent
b315734311
commit
693ea279e7
4 changed files with 2 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
BIN
libs/groovy-3.0.9.jar
Normal file
Binary file not shown.
BIN
libs/groovy.jar
BIN
libs/groovy.jar
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue