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

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

Aleksandr created IGNITE-17918:
----------------------------------

             Summary: 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


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)