GradleUp / shadow

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
https://www.gradleup.com/shadow/
Apache License 2.0
3.75k stars 396 forks source link

Add missing dependency to `yarn_build` #933

Closed deepy closed 3 months ago

deepy commented 3 months ago

The rule-generated yarn_ tasks only get the dependency on the YarnInstallTask if they start with yarn_run_

So to make sure yarn_build works I've added the dependency manually