Shadow/settings.gradle

10 lines
194 B
Groovy
Raw Normal View History

2021-12-18 12:45:40 -05:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}