Skip to content

Commit

Permalink
Groovy Plugins: Upgrade to 1.8.1, closes elastic#1175.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jul 28, 2011
1 parent 58729c1 commit 6e0e20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/plugin-lang-groovy.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions plugins/lang/groovy/build.gradle
Expand Up @@ -30,9 +30,9 @@ configurations {
dependencies {
compile project(':elasticsearch')

groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.8.0'
distLib('org.codehaus.groovy:groovy-all:1.8.0') { transitive = false }
testCompile('junit:junit:4.8.1') {transitive = false}
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.8.1'
distLib('org.codehaus.groovy:groovy-all:1.8.1') { transitive = false }
//testCompile('junit:junit:4.8.1') {transitive = false}
}

task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << {
Expand Down

0 comments on commit 6e0e20a

Please sign in to comment.