We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac51a4a commit 9b5ff35Copy full SHA for 9b5ff35
1 file changed
build.gradle.kts
@@ -47,7 +47,7 @@ repositories {
47
48
//ScriptAgent
49
if (!inChina) {
50
- maven("https://maven.tinylake.tk/") //cloudFlare mirror
+ maven("https://maven.tinylake.tech/") //cloudFlare mirror
51
} else {
52
maven {
53
url = uri("https://packages.aliyun.com/maven/repository/2102713-release-0NVzQH/")
@@ -194,4 +194,4 @@ tasks {
194
into("builtin")
195
}
196
197
-}
+}
0 commit comments