antichamber/settings.gradle

10 lines
177 B
Groovy
Raw Permalink Normal View History

2021-04-26 04:57:14 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}