Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer authored Jun 2, 2024
1 parent ac51a4a commit 9b5ff35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {

//ScriptAgent
if (!inChina) {
maven("https://maven.tinylake.tk/") //cloudFlare mirror
maven("https://maven.tinylake.tech/") //cloudFlare mirror
} else {
maven {
url = uri("https://packages.aliyun.com/maven/repository/2102713-release-0NVzQH/")
Expand Down Expand Up @@ -194,4 +194,4 @@ tasks {
into("builtin")
}
}
}
}

0 comments on commit 9b5ff35

Please sign in to comment.