cookpad / LicenseToolsPlugin

Gradle plugin to check library licenses and generate license pages for Android
Apache License 2.0
174 stars 29 forks source link

Remove JCenter dependency #133

Closed gibachan closed 3 years ago

gibachan commented 3 years ago

Overview

JFog has announced JCenter became read-only repository since it stopped new package versions submission. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

And also Android Developers Documentation suggests to find new location.

This PR replaces JCenter with Maven Central.

I've tested these commands complete successfully.

./gradlew --refresh-dependencies
./gradlew test