PhysicalConnectivity/settings.gradle

10 lines
194 B
Groovy
Raw Normal View History

2019-10-27 01:35:25 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}