upgrade to groovy 1.7.5

This commit is contained in:
kimchy 2010-10-01 22:29:08 +02:00
parent aa116e5d40
commit 5c1c580b84
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="groovy"> <library name="groovy">
<CLASSES> <CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.7.2.jar!/" /> <root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.7.5.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES /> <SOURCES />

View File

@ -30,7 +30,7 @@ configurations {
dependencies { dependencies {
compile project(':elasticsearch') compile project(':elasticsearch')
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.2' groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.5'
testCompile project(':test-testng') testCompile project(':test-testng')
testCompile('org.testng:testng:5.10:jdk15') { transitive = false } testCompile('org.testng:testng:5.10:jdk15') { transitive = false }