Gradle 2.14-rc-1 is now available for testing

Maybe another dependency issue. This is actually from code that I used in Idiomatic Gradle and it occurs only when using default dependencies, combined with dynamic class loading such as the case is with Asciidoctor… It passes 2.0-2.13, but fails under 2.14-rc-1.

Caused by: java.lang.ClassNotFoundException: org.apache.ivy.core.settings.XmlSettingsParser
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

I have isolated it into a smaller project, which is here: https://github.com/ysb33r/SampleProjects/tree/GradleNewModel/IvyFailureWithDefaultDependencies

2 Likes