Skip to content
Snippets Groups Projects
Commit 26453f88 authored by dgelessus's avatar dgelessus
Browse files

Remove duplicate downloadCli2 task

It does the same thing as downloadCli, but is missing the doLast block
around the task code. This means that even though downloadCli2 is never
used, its code executes every time Gradle is run, so the CLI is
downloaded much more often than it needs to be.
parent bea23b5c
No related branches found
No related tags found
No related merge requests found
Pipeline #67341 passed