Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Removes unused maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Baginski committed Jan 25, 2024
1 parent 68bc8db commit 4e96db2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ ext {
def repos = {
mavenLocal()
google()
maven {
url SHAZAM_PUBLIC_REPOSITORY
credentials {
username SHAZAM_NEXUS_USERNAME
password SHAZAM_NEXUS_PASSWORD
}
}
gradlePluginPortal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
Expand Down

0 comments on commit 4e96db2

Please sign in to comment.