build - Fix distributions task to correctly refer autocomplete task (#7057)

Signed-off-by: Usman Saleem <usman@usmans.info>
pull/7065/head
Usman Saleem 7 months ago committed by GitHub
parent 5656c5555a
commit e7946f106e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      build.gradle

@ -1036,7 +1036,7 @@ distributions {
from("build/reports/license/license-dependency.html") { into "." }
from("./docs/GettingStartedBinaries.md") { into "." }
from("./docs/DocsArchive0.8.0.html") { into "." }
from("build/besu.autocomplete.sh") { into "." }
from(autocomplete) { into "." }
}
}
}

Loading…
Cancel
Save