Files
Client/settings.gradle
T

10 lines
177 B
Groovy
Raw Normal View History

2026-07-05 19:26:33 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}