Skip to content

Commit

Permalink
Remove jitpack maven
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jul 24, 2024
1 parent 48d7aae commit e27426b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pluginManagement {
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
gradlePluginPortal()
}
}
Expand All @@ -11,7 +10,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
}
}

Expand Down

0 comments on commit e27426b

Please sign in to comment.