tastytoasters/settings.gradle

10 lines
177 B
Groovy
Raw Normal View History

2021-09-26 18:06:43 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}