Skip to content

Commit

Permalink
build: use kotlin dsl for settings.gradle.kts
Browse files Browse the repository at this point in the history
Signed-off-by: Liyan Zhao <return65535@qq.com>
  • Loading branch information
zly2006 committed Mar 24, 2024
1 parent df466fe commit 171f45c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle → settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
maven {
name = "Reden"
url = "https://maven.starlight.cool/artifactory/reden"
url = uri("https://maven.starlight.cool/artifactory/reden")
}
mavenCentral()
gradlePluginPortal()
Expand Down

0 comments on commit 171f45c

Please sign in to comment.