mirror of
https://github.com/naalit/slotlink.git
synced 2025-12-31 04:13:02 +00:00
8 lines
165 B
Kotlin
8 lines
165 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven(url = "https://maven.fabricmc.net") {
|
|
name = "Fabric"
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|