Commit 97df35e3 authored by Nikolay Igotti's avatar Nikolay Igotti

Temporary move to different skia-build repository.

parent f7938db5
......@@ -47,7 +47,7 @@ val skiaZip = run {
tasks.register("downloadSkia", Download::class) {
onlyIf { skiko.skiaDir == null && !zipFile.exists() }
inputs.property("skia.release.for.target.os", skiko.skiaReleaseForTargetOS)
src("https://github.com/JetBrains/skia-build/releases/download/$zipName")
src("https://github.com/olonho/skia-build/releases/download/$zipName")
dest(zipFile)
onlyIfModified(true)
}.map { zipFile }
......
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