[ https://issues.apache.org/jira/browse/IGNITE-17918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksandr reassigned IGNITE-17918: ---------------------------------- Assignee: Aleksandr > Use a single zip task for uber zip file > --------------------------------------- > > Key: IGNITE-17918 > URL: https://issues.apache.org/jira/browse/IGNITE-17918 > Project: Ignite > Issue Type: Task > Components: build > Reporter: Aleksandr > Assignee: Aleksandr > Priority: Major > Labels: ignite-3 > > Now there is a workaround task > {code:java} > task copyCliAndDbZip(type: Copy) { > from(configurations.cliZip) > from(configurations.cliZip) > into("$buildDir/tmp/zip/") > } > {code} > which is required to define a dependency on configurations.cliZip and > configurations.cliZip but for nothing else. This is not the best solution. We > have to define dependencies directly in allDistZip task. -- This message was sent by Atlassian Jira (v8.20.10#820010)