Skip to content

Commit

Permalink
Remove yarn.version default (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 30, 2022
1 parent 8fd6247 commit 67ca32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<node.version>you-must-override-the-node.version-property</node.version>
<npm.version>you-must-override-the-npm.version-property</npm.version>
<yarn.version>0.23.0</yarn.version>
<yarn.version>you-must-override-the-yarn.version-property</yarn.version>
<frontend-version>1.12.1</frontend-version>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<npmDownloadRoot>https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot>
Expand Down

0 comments on commit 67ca32f

Please sign in to comment.