Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Adding the getting started to the binary distributions (#136)
Browse files Browse the repository at this point in the history
* Adding the getting started to the binary distributions
  • Loading branch information
CjHare authored Oct 24, 2018
1 parent 909c102 commit 8563607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ distributions {
contents {
from("./LICENSE") { into "." }
from("build/reports/license/license-dependency.html") { into "." }
from("./docs/GettingStartedBinaries.md") { into "." }
}
}
}
Expand Down

0 comments on commit 8563607

Please sign in to comment.