rackerlabs / gradle-jaxb-plugin

Gradle plugin to ease projects that use xsds and the ant jaxb task
GNU General Public License v2.0
34 stars 21 forks source link

Files missing from Plugin Repo #41

Closed TruthNZ closed 6 years ago

TruthNZ commented 6 years ago

I'm getting the following error trying to build my projects:

Error resolving plugin [id: 'org.openrepose.gradle.plugins.jaxb', version: '2.4.1']

Could not resolve all dependencies for configuration 'detachedConfiguration1'. Could not determine artifacts for org.openrepose.gradle.plugins.jaxb:org.openrepose.gradle.plugins.jaxb.gradle.plugin:2.4.1 Could not get resource 'https://plugins.gradle.org/m2/org/openrepose/gradle/plugins/jaxb/org.openrepose.gradle.plugins.jaxb.gradle.plugin/2.4.1/org.openrepose.gradle.plugins.jaxb.gradle.plugin-2.4.1.jar'. Could not HEAD 'https://plugins.gradle.org/m2/org/openrepose/gradle/plugins/jaxb/org.openrepose.gradle.plugins.jaxb.gradle.plugin/2.4.1/org.openrepose.gradle.plugins.jaxb.gradle.plugin-2.4.1.jar'.

Manually trying to follow that url redirects me to jfrog.org and gives me a 404 error. Same issue using version 2.5. Not having an issue with any other plugins. Been a while since I rebuilt a project using this plugin, so not sure how long this issue has been occurring.

TruthNZ commented 6 years ago

Scratch that: firewall issue.

wdschei commented 6 years ago

@TruthNZ Thanks for looking into this and closing it.