Groovy Plugins: Upgrade to 1.8.1, closes #1175.
This commit is contained in:
parent
615fc435cc
commit
b104c19e7a
|
@ -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.8.0.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -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') << {
|
||||
|
|
Loading…
Reference in New Issue