Files
MC-server-icon/settings.gradle
T

10 lines
151 B
Groovy
Raw Normal View History

2025-09-07 12:50:52 -06:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}