ysb33r / ivypot-gradle-plugin

Ivypot is a Gradle plugin to help managing a local off-line repository for builds in restricted environments
Apache License 2.0
45 stars 14 forks source link

Run ivy proces in a separate JVM #40

Closed ysb33r closed 5 years ago

ysb33r commented 5 years ago

This will resolve the

> Failed to apply plugin [id 'org.ysb33r.ivypot']
   > Could not create task ':testfixtures-offline-repo:syncRemoteRepositories'.
      > Could not create task of type 'OfflineRepositorySync'.
         > java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

issue.