Slackbot
06/01/2022, 4:54 PMXavier Ducrohet
06/03/2022, 2:10 AMwiredWithFiles
.
You should create a task that just takes an input and copy the output somewhere else. You could maybe use the built-in Copy
task from Gradle. And you should do a artifacts.get(SingleArtifact.BUNDLE)
to init the input of that task. Then you can control the output
This means that if you want to run this task you have to call it instead of assemble
. You should only do this on your CI, probablySergey Opivalov
06/06/2022, 11:50 AM