Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
removes paket bootstrap executable from PaketBootstrap task outputs (#99
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Joaquimmnetto authored Sep 13, 2023
1 parent 4880857 commit 037f2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class PaketBootstrap extends AbstractPaketTask {

@OutputFiles
FileCollection getOutputFiles() {
return project.files(getExecutable(), getPaketExecutable())
return project.files(getPaketExecutable())
}

void setPaketVersion(String value) {
Expand Down

0 comments on commit 037f2cf

Please sign in to comment.