Open dominik-cnx opened 7 years ago
It seems it's duplicate of #250. @srs could you please clarify whether you plan to publish the plugin on jcenter ? Thanks!
Its still not in jcenter and nothing at all seems to be in maven central. When you publish to jcenter you can make it automatically publish to maven central for you too.
Looking here
https://plugins.gradle.org/plugin/com.moowork.node
Version 1.2.0 (latest) Created 14 June 2017.
Gradle plugin for executing node scripts. Other versions
Build script snippet for use in all Gradle versions:
buildscript { repositories { maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath "com.moowork.gradle:gradle-node-plugin:1.2.0" } }
apply plugin: "com.moowork.node"
I would expect it at https://plugins.gradle.org/m2/ but it seems to redirect to jcenter.bintray.com and there we only have until version 1.1.1
curl -v https://jcenter.bintray.com/com/moowork/gradle/gradle-node-plugin/