mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
upgrade to groovy 1.7.10
This commit is contained in:
parent
6317483fe3
commit
6061656170
2
.idea/modules/plugin-lang-groovy.iml
generated
2
.idea/modules/plugin-lang-groovy.iml
generated
@ -17,7 +17,7 @@
|
||||
<orderEntry type="module-library">
|
||||
<library name="groovy">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.7.7.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.7.10.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
@ -30,8 +30,8 @@ configurations {
|
||||
dependencies {
|
||||
compile project(':elasticsearch')
|
||||
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.7'
|
||||
distLib('org.codehaus.groovy:groovy-all:1.7.7') { transitive = false }
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.7.10'
|
||||
distLib('org.codehaus.groovy:groovy-all:1.7.10') { transitive = false }
|
||||
testCompile('junit:junit:4.8.1') {transitive = false}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user