Skip to content

Commit 9b5ff35

Browse files
authored
Update build.gradle.kts
1 parent ac51a4a commit 9b5ff35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747

4848
//ScriptAgent
4949
if (!inChina) {
50-
maven("https://maven.tinylake.tk/") //cloudFlare mirror
50+
maven("https://maven.tinylake.tech/") //cloudFlare mirror
5151
} else {
5252
maven {
5353
url = uri("https://packages.aliyun.com/maven/repository/2102713-release-0NVzQH/")
@@ -194,4 +194,4 @@ tasks {
194194
into("builtin")
195195
}
196196
}
197-
}
197+
}

0 commit comments

Comments
 (0)