srs/gradle-node-plugin

1.3.0/1.3.1 version of Gulp plugin is not accessible

ahamana opened this issue · 3 comments

I encounter the following errors on 1.3.0/1.3.1 version of Gulp plugin.
This issue is same as #326.

  • 1.3.0
> Could not find com.moowork.gradle:gradle-node-plugin:1.3.0.
  Searched in the following locations:
    - https://plugins.gradle.org/m2/com/moowork/gradle/gradle-node-plugin/1.3.0/gradle-node-plugin-1.3.0.pom
  Required by:
      project :web > com.moowork.gulp:com.moowork.gulp.gradle.plugin:1.3.0
  • 1.3.1
* What went wrong:
Plugin [id: 'com.moowork.gulp', version: '1.3.1'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.moowork.gulp:com.moowork.gulp.gradle.plugin:1.3.1')
  Searched in the following repositories:
    Gradle Central Plugin Repository
srs commented

I see that gulp and grunt are not accessible. Thanks for reporting this. I have started using BinTray for artifact publishing and it seems there's some problems here.

Any progress on this one?
I have the same problem with grunt

Fix this issue by using "id 'com.github.node-gradle.gulp' version '1.5.3'".
Thanks.