Skip to content

Commit

Permalink
build - Fix distributions task to correctly refer autocomplete task (h…
Browse files Browse the repository at this point in the history
…yperledger#7057)

Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored May 7, 2024
1 parent 5656c55 commit e7946f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 "." }
}
}
}
Expand Down

0 comments on commit e7946f1

Please sign in to comment.