Skip to content

Commit

Permalink
remove: jcenter from settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Quang Minh committed Sep 15, 2024
1 parent 50c8aa9 commit 1bcae24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pluginManagement {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
jcenter()
gradlePluginPortal()
}
}
Expand All @@ -13,7 +12,6 @@ dependencyResolutionManagement {
google()
maven { url 'https://jitpack.io' }
mavenCentral()
jcenter()
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 1bcae24

Please sign in to comment.