Skip to content

Commit

Permalink
Update spartacus sampledata Link
Browse files Browse the repository at this point in the history
  • Loading branch information
fibsifan committed May 31, 2024
1 parent 7520fbb commit 211d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-customize/bootstrap-demo.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks.register("fixcmsflexcomponent") {
}
}
tasks.register<de.undercouch.gradle.tasks.download.Download>("downloadSpartacusSampleData") {
src("https://github.com/SAP/spartacus/releases/download/storefront-3.4.1/spartacussampledata.2011.zip")
src("https://github.com/SAP-samples/cloud-commerce-sample-setup/releases/download/sampledata/spartacussampledata-version-2211-x.zip")
dest("dependencies")
onlyIfModified(true)
useETag(true)
Expand Down

0 comments on commit 211d727

Please sign in to comment.