Skip to content

Commit

Permalink
Use Groovy 1.8.9-SNAPSHOT for now, as we are impacted by the groovy s…
Browse files Browse the repository at this point in the history
…ervlet not always finding groovlets on second invocation

The problem is fixed in Groovy 1.8.9, 2.0.6 and 2.1
  • Loading branch information
glaforge committed Dec 6, 2012
1 parent 87c52a4 commit c77d06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
@@ -1,6 +1,6 @@
defaultTasks 'clean', 'build', 'templateProjectZip' defaultTasks 'clean', 'build', 'templateProjectZip'


final groovyVersion = '1.8.8' final groovyVersion = '1.8.9-SNAPSHOT'


allprojects { allprojects {
apply plugin: 'idea' apply plugin: 'idea'
Expand All @@ -15,6 +15,7 @@ subprojects {


repositories { repositories {
mavenCentral() mavenCentral()
mavenRepo urls: ["http://snapshots.repository.codehaus.org/"]
} }


dependencies { dependencies {
Expand Down

0 comments on commit c77d06e

Please sign in to comment.