Skip to content
  • dgelessus's avatar
    Remove duplicate downloadCli2 task · 26453f88
    dgelessus authored
    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.
    26453f88