Files
autozwhimsy/settings.gradle
zjnautoz fb806a0b18 v1.0
2024-11-16 00:07:01 +08:00

10 lines
177 B
Groovy

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