[
https://issues.apache.org/jira/browse/IGNITE-17918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-17918:
------------------------------------
Fix Version/s: 3.0.0-beta2
> 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
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)