mcadmin/settings.gradle
Jurn Wubben 87e670031f
Some checks are pending
build / build (push) Waiting to run
Initial working product
2025-09-13 00:12:13 +02:00

10 lines
No EOL
151 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}