We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dd14f commit 90efae9Copy full SHA for 90efae9
build.gradle
@@ -34,7 +34,6 @@ ext {
34
commonsIOVersion = "2.2"
35
commonsLangVersion = "2.6"
36
datastoreVersion = "6.0.4.RELEASE"
37
- gantVersion = "1.9.6"
38
gdocEngineVersion = "1.0.1"
39
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
40
ivyVersion = "2.3.0"
grails-core/build.gradle
@@ -62,10 +62,6 @@ dependencies {
62
provided "org.apache.ant:ant:${antVersion}"
63
provided "jline:jline:$jlineVersion"
64
provided "org.fusesource.jansi:jansi:$jansiVersion"
65
- provided("org.codehaus.gant:gant_groovy1.8:${gantVersion}") {
66
- exclude group:'commons-cli', module:'commons-cli'
67
- exclude group:'org.apache.ant', module:'ant'
68
- }
69
70
}
71
0 commit comments