Closed danmodan closed 3 years ago
Seems like your build is only looking in Maven Central:
https://repo.maven.apache.org/maven2
Since version 2.3.0 we publish builds to JCenter, you'll want to make sure that repo is in your pom
:
<project>
[...]
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
[...]
</project>
There is a problem with version 2.3.0 of this artifact.
when run
mvn clean install
:when run
mvn clean install -U
:I tried too with the given version in README.md from this repository:
when run
mvn clean install
:when run
mvn clean install -U
:Seems that the version 3.0.0 really does not exists. So, the README.md should be fixed.
I tried too, to delete the ~/.m2/repository/com/firebase/ but I faced the same error when I rerun the line commands.
Attention: I tried with version 2.2.0 and the build work correctly