Skip to content

Commit 9444570

Browse files
authored
[java-source-utils] Use mavenCentral, not jcenter (#830)
Context: https://blog.gradle.org/jcenter-shutdown Context: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ JCenter is shutting down. It is no longer browsable as of May 1, and artifacts hosted on JCenter will not be accessible as of February 1, 2022. Stop using JCenter, and instead use [Maven Central][0]. [0]: https://search.maven.org/
1 parent 4ef5081 commit 9444570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/java-source-utils/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ java {
2323
}
2424

2525
repositories {
26-
// Use jcenter for resolving dependencies.
26+
// Use maven central for resolving dependencies.
2727
// You can declare any Maven/Ivy/file repository here.
28-
jcenter()
28+
mavenCentral()
2929
}
3030

3131
dependencies {

0 commit comments

Comments
 (0)