Skip to content

Commit

Permalink
#1224: Use mirror to download yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 12, 2022
1 parent 31cd90b commit dd09a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leshan-bsserver-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Contributors:
<workingDirectory>webapp</workingDirectory>
<nodeVersion>v12.22.5</nodeVersion>
<yarnVersion>v1.22.10</yarnVersion>
<!-- See why we use a mirror : https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1032 -->
<yarnDownloadRoot>https://sourceforge.net/projects/yarn.mirror/files/</yarnDownloadRoot>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 2 additions & 0 deletions leshan-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Contributors:
<workingDirectory>webapp</workingDirectory>
<nodeVersion>v12.22.5</nodeVersion>
<yarnVersion>v1.22.10</yarnVersion>
<!-- See why we use a mirror : https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1032 -->
<yarnDownloadRoot>https://sourceforge.net/projects/yarn.mirror/files/</yarnDownloadRoot>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit dd09a4f

Please sign in to comment.