runningcode commented on pull request #12969:
URL: https://github.com/apache/beam/pull/12969#issuecomment-701490134


   Ah, in that case perhaps in the new versions of the plugin the `build` task 
doens't depend any more on the `shadowJar` task.
   To fix this, we can add the following: 
   ```
   tasks.named("build").configure {
     dependsOn tasks.named("shadowJar")
   }
   ```
   
   Should I do the above for just `io/expansion-service/build.gradle` or all 
`shadowJar` tasks?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to