mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
dependencyResolutionManagement {
|
|
includeBuild("build-logic")
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://papermc.io/repo/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
include("paper", "common") |