Skip to content

Commit 2a7930a

Browse files
committed
Revert "upgrade to Groovy 1.8.9"
This reverts commit e4013a7.
1 parent cc9c50f commit 2a7930a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
datastoreVersion = "1.1.4.BUILD-SNAPSHOT"
2828
gantVersion = "1.9.6"
2929
gdocEngineVersion = "1.0.1"
30-
groovyVersion = "1.8.9"
30+
groovyVersion = "1.8.8"
3131
gradleGroovyVersion = groovyVersion
3232
gradleGroovyVersion = "1.8.2"
3333
ivyVersion = "2.2.0"

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public Object doCall() {
167167

168168
// dependencies needed at compile time
169169
ModuleRevisionId[] groovyDependencies = {
170-
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.9")
170+
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.8")
171171
};
172172
registerDependencies(dependencyManager, compileTimeDependenciesMethod, groovyDependencies, "jline");
173173

0 commit comments

Comments
 (0)