Skip to content

Commit 7ca4b20

Browse files
authored
chore(build): remove jcenter (#26)
because it no longer exists, and to remove this deprecation warning: The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.6.1/userguide/upgrading_version_6.html#jcenter_deprecation at Build_gradle$1.invoke(build.gradle.kts:10)
1 parent aa88ca5 commit 7ca4b20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
repositories {
99
mavenCentral()
10-
jcenter()
1110
}
1211

1312
dependencies {

0 commit comments

Comments
 (0)