Skip to content

Commit acd7872

Browse files
author
Santiago Gala
committed
Change the groovy runtime used Library
1 parent 3e19436 commit acd7872

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

core/src/main/groovy/noe/common/utils/Library.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ class Library {
826826
* @return generated classpath for groovy with ant
827827
*/
828828
static String groovyWithAntAsClasspath(File libDir = null) {
829-
def groovyAndAntLibs = ["groovy-all-2.2.1.jar", "ant-1.9.2.jar", "ant-launcher-1.9.2.jar"]
829+
def groovyAndAntLibs = ["groovy-3.0.9.jar", "groovy-ant-3.0.9.jar", "ant-1.9.2.jar", "ant-launcher-1.9.2.jar"]
830830
def libDirToUse = (libDir) ?: new File(Library.getRootPath(), "lib")
831831
def classpath = []
832832
if (!libDirToUse.exists()) {
7.63 MB
Binary file not shown.
-6.25 MB
Binary file not shown.
85 KB
Binary file not shown.

0 commit comments

Comments
 (0)