更换Gradle语法,Groovy -> Kotlin

This commit is contained in:
2024-10-30 17:24:11 +08:00
parent 006481d186
commit e59891c7df
5 changed files with 95 additions and 112 deletions

9
settings.gradle.kts Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")}
mavenCentral()
gradlePluginPortal()
}
}