Files
omega-config/settings.gradle
T
2021-03-12 14:10:21 -06:00

15 lines
285 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'omega-config'
include 'omega-config-base'
include 'omega-config-gui'