simple-creator/settings.gradle

10 lines
199 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2023-07-02 18:59:13 +02:00
mavenCentral()
gradlePluginPortal()
}
}