Files
Paste-book-text/settings.gradle
T
lukasabbe ec95cac4c1 Init
2026-01-20 23:44:17 +01:00

10 lines
177 B
Groovy

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