Commit 50ad1ae6 authored by zhen.jiang's avatar zhen.jiang

Breakpad更换URI

parent 9f047b8a
...@@ -28,7 +28,8 @@ if (HostManager.host == KonanTarget.MACOS_ARM64) { ...@@ -28,7 +28,8 @@ if (HostManager.host == KonanTarget.MACOS_ARM64) {
val downloadBreakpad = tasks.register<GitDownloadTask>("downloadBreakpad") { val downloadBreakpad = tasks.register<GitDownloadTask>("downloadBreakpad") {
description = "Retrieves Breakpad sources" description = "Retrieves Breakpad sources"
repository.set(URI.create("https://github.com/google/breakpad.git")) // repository.set(URI.create("https://github.com/google/breakpad.git"))
repository.set(URI.create("https://gitee.com/mirrors/breakpad.git"))
revision.set("v2024.02.16") revision.set("v2024.02.16")
outputDirectory.set(layout.buildDirectory.dir("breakpad")) outputDirectory.set(layout.buildDirectory.dir("breakpad"))
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment