Initial commit
This commit is contained in:
14
settings.gradle.kts
Normal file
14
settings.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "Fabric"
|
||||
url = uri("https://maven.fabricmc.net/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
include(":gradle-project-plugin")
|
||||
include(":gradle-settings-plugin")
|
||||
|
||||
rootProject.name = "smcmtk"
|
||||
Reference in New Issue
Block a user