From 4e96db2f41e101803b37ae3d58e80700c3128108 Mon Sep 17 00:00:00 2001 From: Janusz Baginski Date: Thu, 25 Jan 2024 16:01:36 +0000 Subject: [PATCH] Removes unused maven repositories --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 37800fc4..b27dc4a2 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }