What can I do at 404 at plugin repository? Resour...
# community-support
o
What can I do at 404 at plugin repository? Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/org/openrewrite/rewrite/org.openrewrite.rewrite.gradle.plugin/7.17.0/org.openrewrite.rewrite.gradle.plugin-7.17.0.jar] Resolved plugin [id: 'org.openrewrite.rewrite', version: '7.17.0']
e
why are you trying to fetch that JAR? the plugin marker artifact is just a POM which depends on the actual implementation artifact (
org.openrewrite:plugin
in this case)
👆 1
o
Thank you for the reply. I was a bit too stressed and too tired to see that I can ignore this
gradle -i
output. -- My build issues were totally different ^^