ksoichiro / gradle-web-resource-plugin

Gradle plugin to use CoffeeScript, LESS and Bower libraries without Node.js/npm.
Apache License 2.0
23 stars 5 forks source link

bower.herokuapp.com is deprecated #19

Open ksoichiro opened 6 years ago

ksoichiro commented 6 years ago

bower.herokuapp.com is deprecated and now it is responding HTTP 502.

Install failed: EINVRES: Error: Request to https://bower.herokuapp.com/packages/bootstrap failed with 502
ksoichiro commented 6 years ago

Workaround for this is to create .bowerrc and set a valid registry.

{
  "registry": "https://registry.bower.io"
}