node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
599 stars 117 forks source link

gradle-node-plugin Resource missing in plugins.gradle.org #277

Closed aggaton closed 1 year ago

aggaton commented 1 year ago

Have started getting these errors today, this worked fine yesterday.

Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/node-gradle/node/com.github.node-gradle.node.gradle.plugin/2.2.4/com.github.node-gradle.node.gradle.plugin-2.2.4.jar]

If I do a wget on that url I get a 404

There seem a number of other libraries with the same issue.

deepy commented 1 year ago

The plugin portal is unfortunately handled outside the project, but that specific URL seems off to me, that looks like the coordinates for the plugin marker artifacts rather than the plugin itself which resides under https://plugins.gradle.org/m2/com/github/node-gradle/gradle-node-plugin/2.2.4/ What Gradle version are you using and how are you declaring the plugin dependency?