PhysicalConnectivity/settings.gradle

13 lines
217 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()
}
2021-02-19 04:12:43 +00:00
}
include("kiwi-java")