Files
Cheat-1.21.11/settings.gradle
2026-04-24 14:54:59 +06:00

10 lines
135 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}