Files
smcmtk/settings.gradle.kts
2026-03-23 11:14:33 +01:00

15 lines
289 B
Kotlin

dependencyResolutionManagement {
repositories {
mavenCentral()
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
}
}
include(":gradle-project-plugin")
include(":gradle-settings-plugin")
rootProject.name = "smcmtk"