mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2025-10-16 00:35:04 +08:00
更换Gradle语法到Kotlin DSL
This commit is contained in:
9
settings.gradle.kts
Normal file
9
settings.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = "Fabric"
|
||||
url = uri("https://maven.fabricmc.net/") }
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user