Skip to content

Commit 027d85a

Browse files
committed
build.gradle: new URL for wStraight.zip after SSL certificate expired
1 parent 2b4a75e commit 027d85a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,8 @@ tasks.withType(Sign).configureEach {
618618
// Register tasks to download ZIP archives:
619619

620620
tasks.register('downloadHairStraightZip', Download) {
621-
src "https://www.cemyuksel.com/research/hairmodels/wStraight.zip"
621+
//src "https://www.cemyuksel.com/research/hairmodels/wStraight.zip"
622+
src "https://raw.githubusercontent.com/stephengold/hair-model-files/refs/heads/master/wStraight.zip"
622623
dest file(downloadedHairStraightZip)
623624
overwrite false
624625
}

0 commit comments

Comments
 (0)