Files
autozwhimsy/settings.gradle
2024-11-23 15:35:03 +08:00

10 lines
186 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://repository.hanbings.io/proxy'
}
gradlePluginPortal()
}
}