Reason: JFrog is shutting down jcenter https://www.infoq.com/news/2021/02/jfrog-jcenter-bintray-closure/ Alternatives: https://docs.gradle.org/current/userguide/declaring_repositories.html What to do: - Remove `jcenter()` - Add `mavenCentral()` if not yet there
Reason: JFrog is shutting down jcenter
https://www.infoq.com/news/2021/02/jfrog-jcenter-bintray-closure/
Alternatives:
https://docs.gradle.org/current/userguide/declaring_repositories.html
What to do:
jcenter()mavenCentral()if not yet there