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)