mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-13 03:55:10 +01:00
10 lines
195 B
Groovy
Executable File
10 lines
195 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name "Fabric"
|
|
url "https://maven.fabricmc.net/"
|
|
}
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
} |