upgrade to groovy 1.7.6
This commit is contained in:
parent
27fe076175
commit
a00f99e7c6
|
@ -17,7 +17,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.5.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.7.6.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
|
|
|
@ -30,8 +30,8 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':elasticsearch')
|
compile project(':elasticsearch')
|
||||||
|
|
||||||
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.5'
|
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.6'
|
||||||
distLib('org.codehaus.groovy:groovy-all:1.7.5') { transitive = false }
|
distLib('org.codehaus.groovy:groovy-all:1.7.6') { transitive = false }
|
||||||
|
|
||||||
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 }
|
||||||
|
|
Loading…
Reference in New Issue