Files

10 lines
177 B
Groovy
Raw Permalink Normal View History

2026-06-13 23:16:14 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}