On 25.12.2017 02:26, Daniel.Sun wrote:
The version of ASM has upgraded to 6.0 :-)

https://github.com/apache/groovy/commit/091e178495a5dbd44ab46374121b7f28ea98d6d1

that fixed the JDK6 build and together with your other fix we have now fixed all builds, but one:

[02:13:02][Gradle failure report] Caused by: 
org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find 
org.ow2.asm:asm-all:6.0.
[02:13:02][Gradle failure report] Searched in the following locations:
[02:13:02][Gradle failure report]     
https://jcenter.bintray.com/org/ow2/asm/asm-all/6.0/asm-all-6.0.pom
[02:13:02][Gradle failure report]     
https://jcenter.bintray.com/org/ow2/asm/asm-all/6.0/asm-all-6.0.jar
[02:13:02][Gradle failure report]     
http://dl.bintray.com/melix/thirdparty-apache/org/ow2/asm/asm-all/6.0/asm-all-6.0.pom
[02:13:02][Gradle failure report]     
http://dl.bintray.com/melix/thirdparty-apache/org/ow2/asm/asm-all/6.0/asm-all-6.0.jar
[02:13:02][Gradle failure report]     
http://repository.jboss.org/nexus/content/groups/m2-release-proxy/org/ow2/asm/asm-all/6.0/asm-all-6.0.pom
[02:13:02][Gradle failure report]     
http://repository.jboss.org/nexus/content/groups/m2-release-proxy/org/ow2/asm/asm-all/6.0/asm-all-6.0.jar
[02:13:02][Gradle failure report]     
https://oss.jfrog.org/libs-release/org/ow2/asm/asm-all/6.0/asm-all-6.0.pom
[02:13:02][Gradle failure report]     
https://oss.jfrog.org/libs-release/org/ow2/asm/asm-all/6.0/asm-all-6.0.jar
[02:13:02][Gradle failure report] Required by:
[02:13:02][Gradle failure report]     org.codehaus.groovy:groovy:2.4.14-SNAPSHOT

And it seems there is really no asm-all for asm 6.... but then, how can the jdk7 build work for that branch?

bye Jochen

Reply via email to