srs / gradle-node-plugin

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

version 1.2.0 not (yet?) published to public repo? #253

Open dominik-cnx opened 7 years ago

dominik-cnx commented 7 years ago

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/

web-devel commented 6 years ago

It seems it's duplicate of #250. @srs could you please clarify whether you plan to publish the plugin on jcenter ? Thanks!

opticyclic commented 6 years ago

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.