gradle-node-plugin
gradle-node-plugin copied to clipboard
version 1.2.0 not (yet?) published to public repo?
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/
- Trying 108.168.243.150...
- Connected to jcenter.bintray.com (108.168.243.150) port 443 (#0)
- TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- Server certificate: *.bintray.com
- Server certificate: GeoTrust SSL CA - G3
- Server certificate: GeoTrust Global CA
GET /com/moowork/gradle/gradle-node-plugin/ HTTP/1.1 Host: jcenter.bintray.com User-Agent: curl/7.43.0 Accept: /
< HTTP/1.1 200 OK < Server: nginx < Date: Wed, 23 Aug 2017 07:11:06 GMT < Content-Type: text/html;charset=UTF-8 < Transfer-Encoding: chunked < Connection: keep-alive <
0.1/
0.10/
0.11/
0.12/
0.13/
0.14/
0.2/
0.3/
0.4/
0.5/
0.6/
0.7/
0.8/
0.9/
1.0.0/
1.1.0/
maven-metadata.xml
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.