upgrade to jython 2.5.2rc2

This commit is contained in:
kimchy 2010-12-27 10:23:01 +02:00
parent a00f99e7c6
commit ec2f0e05f9
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<orderEntry type="module-library">
<library name="jython">
<CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/org.python/jython/jars/jython-2.5.2b2.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.python/jython/jars/jython-2.5.2rc2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

View File

@ -30,8 +30,8 @@ configurations {
dependencies {
compile project(':elasticsearch')
compile('org.python:jython:2.5.2b2') { transitive = false }
distLib('org.python:jython:2.5.2b2') { transitive = false }
compile('org.python:jython:2.5.2rc2') { transitive = false }
distLib('org.python:jython:2.5.2rc2') { transitive = false }
testCompile project(':test-testng')
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }