gradle-github-plugin
gradle-github-plugin copied to clipboard
Appling this plugin crashes the build
Applying this plugin to the buildSrc of my (netbeans-gradle-project)[https://github.com/kelemen/netbeans-gradle-project] project crashes the build. Though I'm only speculating but I believe that this is because it has a transitive dependency on xerces:xercesImpl:2.9.1 which seems to blow up Gradle when attempting to call an Ant task (the nbm plugin I'm including).