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

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.

The artifact you are referring to never had a jar.
It is the marker artifact, so it always just had the pom which is also present.
Can you provide an MCVE that demonstrates the problem?