palettefix/settings.gradle

10 lines
177 B
Groovy
Raw Normal View History

2022-08-06 10:08:08 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}