Files
quickly/settings.gradle
T
2026-07-21 22:59:09 +02:00

14 lines
224 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
plugins {
id 'net.fabricmc.fabric-loom' version "${loom_version}"
}
}