You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/11/11 10:13:00 UTC

[jira] [Commented] (IGNITE-17918) Use a single zip task for uber zip file

    [ https://issues.apache.org/jira/browse/IGNITE-17918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632234#comment-17632234 ] 

Pavel Tupitsyn commented on IGNITE-17918:
-----------------------------------------

Looks good to me, merged to main: 4fe138332c63f2edcb8c9a90a65fa7aa93af7a3e

> 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
>          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)