We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4a75e commit 027d85aCopy full SHA for 027d85a
build.gradle
@@ -618,7 +618,8 @@ tasks.withType(Sign).configureEach {
618
// Register tasks to download ZIP archives:
619
620
tasks.register('downloadHairStraightZip', Download) {
621
- src "https://www.cemyuksel.com/research/hairmodels/wStraight.zip"
+ //src "https://www.cemyuksel.com/research/hairmodels/wStraight.zip"
622
+ src "https://raw.githubusercontent.com/stephengold/hair-model-files/refs/heads/master/wStraight.zip"
623
dest file(downloadedHairStraightZip)
624
overwrite false
625
}
0 commit comments