This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
wildaddons/settings.gradle
2023-03-06 16:58:01 +00:00

10 lines
177 B
Groovy

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