DimDoors/settings.gradle
2021-02-13 11:50:55 +05:30

13 lines
257 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'DimensionalDoors'