Files
Paste-book-text/settings.gradle
T
lukasabbe 45f9be7763 Init
2024-09-29 14:14:55 +02:00

10 lines
177 B
Groovy

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