Skip to content

Commit 3902f55

Browse files
authored
Merge pull request #177 from sgala/same-versions
Use same version for test rather than dependency
2 parents bca788c + 2f38436 commit 3902f55

File tree

7 files changed

+1
-1
lines changed

7 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-all-2.4.21.jar", "ant-1.10.11.jar", "ant-launcher-1.10.11.jar"]
830830
def libDirToUse = (libDir) ?: new File(Library.getRootPath(), "lib")
831831
def classpath = []
832832
if (!libDirToUse.exists()) {
2.18 MB
Binary file not shown.
-1.91 MB
Binary file not shown.
18.4 KB
Binary file not shown.
-17.9 KB
Binary file not shown.
-6.25 MB
Binary file not shown.
6.87 MB
Binary file not shown.

0 commit comments

Comments
 (0)