textile_backup/settings.gradle

11 lines
200 B
Groovy
Raw Normal View History

2020-01-25 09:54:58 +01:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2022-11-05 13:33:49 +01:00
mavenCentral()
2020-01-25 09:54:58 +01:00
gradlePluginPortal()
}
}