From 485afe1f9b5a7c16cfebc8fe55a5ba99dc090abb Mon Sep 17 00:00:00 2001 From: RuscalWorld Date: Mon, 24 May 2021 20:20:15 +0300 Subject: [PATCH] Remove some unnecessary repositories, oops --- build.gradle | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/build.gradle b/build.gradle index f496da9..6ddc524 100644 --- a/build.gradle +++ b/build.gradle @@ -13,27 +13,6 @@ plugins { } repositories { - mavenCentral() - maven { - name = 'Bortexel' - url = 'https://maven.pkg.github.com/bortexel/bortexel4j' - credentials { - username = BortexelUsername - password = BortexelPassword - } - } - maven { - name = 'RuscalWorld' - url = 'https://maven.pkg.github.com/ruscalworld/storagelib' - credentials { - username = BortexelUsername - password = BortexelPassword - } - } - maven { - name 'm2-dv8tion' - url 'https://m2.dv8tion.net/releases' - } maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }