Polarcraft/mod/settings.gradle

10 lines
199 B
Groovy
Raw Normal View History

2023-04-27 21:26:54 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}