Televator/settings.gradle

11 lines
200 B
Groovy
Raw Normal View History

2022-10-12 04:22:56 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}