build: Remove unnecessary Maven repository

This commit is contained in:
oSumAtrIX 2023-11-27 22:40:29 +01:00
parent c44904642f
commit 3df4930e8a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -12,13 +12,6 @@ repositories {
mavenLocal() mavenLocal()
google() google()
maven { url = uri("https://jitpack.io") } maven { url = uri("https://jitpack.io") }
// Required for FlexVer-Java
maven {
url = uri("https://repo.sleeping.town")
content {
includeGroup("com.unascribed")
}
}
} }
dependencies { dependencies {