mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-17 01:52:27 +01:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
|
|
maven("https://repo.crazycrew.us/first-party/")
|
|
maven("https://repo.crazycrew.us/third-party/")
|
|
}
|
|
} |