You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -207,9 +212,7 @@ The plugin generates the following gradle tasks for various configuration elemen
207
212
* NpmPackTask: generated for each publication and named as `pack<UpperCammelCasePublicationName>NpmPublication`
208
213
* NpmPublishTask: generated for each publication + repository combination and named
209
214
as `publish<UpperCammelCasePublicationName>NpmPublicationTo<UpperCammelCaseRepositoryName>`
210
-
211
-
All created tasks are added as dependencies to grouping tasks to allow for group-invocation:
212
-
215
+
All created tasks are added as dependencies to grouping tasks to allow for group-invocation:
213
216
* NpmPackageAssembleTask: `assemble` task in `build` group
214
217
* NpmPackTask: `pack` task in `build` group
215
218
* NpmPublishTask: `publish` task in `publishing` group
@@ -222,14 +225,12 @@ priority order by their name (descending priority):
222
225
1. Optional
223
226
2. Peer
224
227
3. Dev
225
-
4. Normal
226
-
227
-
This ensures that any given dependency does not appear in multiple dependency scopes.
228
+
4. Normal This ensures that any given dependency does not appear in multiple dependency scopes.
228
229
229
230
## Known Issues
230
231
231
-
*[#6435](https://github.com/npm/npm/issues/6435): (Only applies to legacy backend) npm and yarn tries to download bundled dependencies. Can be overcome
232
-
for npm (sadly not yarn) with `shrinkwrapBundledDependencies` option. Note that it works fine for both package
233
-
managers when installing from a tarball. Bug [#2143](https://github.com/npm/cli/issues/2143) on the new npm repo, so
234
-
please vote for that to get it fixed. Bug [#8436](https://github.com/yarnpkg/yarn/issues/8436) on the yarn repo, so
235
-
please vote for that to get it fixed.
232
+
*[#6435](https://github.com/npm/npm/issues/6435): (Only applies to legacy backend) npm and yarn tries to download
233
+
bundled dependencies. Can be overcome for npm (sadly not yarn) with `shrinkwrapBundledDependencies` option. Note that
234
+
it works fine for both package managers when installing from a tarball.
235
+
Bug [#2143](https://github.com/npm/cli/issues/2143) on the new npm repo, so please vote for that to get it fixed.
236
+
Bug [#8436](https://github.com/yarnpkg/yarn/issues/8436) on the yarn repo, so please vote for that to get it fixed.
0 commit comments