mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
rootProject.name = extra["name"] as String
|
|
|
|
dependencyResolutionManagement {
|
|
includeBuild("build-logic")
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://papermc.io/repo/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
include("paper", "common") |