Skip to content

Commit

Permalink
Remove --mutex network argument for Yarn builds (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
scherler authored Nov 7, 2022
1 parent 2d5d344 commit 0140be6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,11 +1309,6 @@
<goal>yarn</goal>
</goals>
<phase>initialize</phase>
<configuration>
<!-- ensure only one concurrent 'yarn install' -->
<!-- when yarn cache is empty, multiple yarns performing network fetches frequently results in opaque errors -->
<arguments>--mutex network</arguments>
</configuration>
</execution>

<execution>
Expand Down

0 comments on commit 0140be6

Please sign in to comment.