mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-13 03:45:08 +01:00
11 lines
233 B
Groovy
Executable File
11 lines
233 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|