JCenter, the maven repository for this repository is going to be closed at May 1st. So I'll re-upload all binaries to maven central and need to upload newer binaries to mavenCentral.
Tasks
[ ] Notice please replace jcenter() with mavenCentral()
[ ] Rewrite buildscript to upload to mavenCentral.
The way to detect mavenCentral and jcenter()
We can get list of repositories for buildscript by project.getBuildScript().getRepositories() and we can get URL of repository by MavenArtifactRepository.getUrl(). so we can find mavenCentral by it.
Offical blog: Into the Sunset on May 1st: Bintray, JCenter, GoCenter, and ChartCenter
JCenter, the maven repository for this repository is going to be closed at May 1st. So I'll re-upload all binaries to maven central and need to upload newer binaries to mavenCentral.
Tasks
jcenter()
withmavenCentral()
The way to detect mavenCentral and jcenter()
We can get list of repositories for buildscript by
project.getBuildScript().getRepositories()
and we can get URL of repository byMavenArtifactRepository.getUrl()
. so we can find mavenCentral by it.