craigburke/client-dependencies-gradle

Bower dependancies without github tags error out

erichelgeson opened this issue · 0 comments

I have a bower package that is using the github resolver. it has no tags and is bombing out

clientDependencies {
    bower {
        'elusive-icons'('2.0.0')
    }
}
Execution failed for task ':clientInstall'.
> groovy.json.JsonException: Unable to process url: https://api.github.com/repos/reduxframework/Elusive-Icons/git/refs/tags

That repo has no tags so it 404's

Using version '1.1.4'