mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-10-31 22:54:31 +00:00
ee70084752
Signed-off-by: unilock <unilock@fennet.rentals>
24 lines
451 B
Text
24 lines
451 B
Text
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "FabricMC"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
maven {
|
|
name = "Cotton"
|
|
url = uri("https://server.bbkr.space/artifactory/libs-release")
|
|
}
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "player-pronouns"
|
|
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|