Adding the getting started to the binary distributions (#136)

* Adding the getting started to the binary distributions
CJ Hare 6 years ago committed by GitHub
parent 909c1022c6
commit 8563607897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.gradle

@ -329,6 +329,7 @@ distributions {
contents {
from("./LICENSE") { into "." }
from("build/reports/license/license-dependency.html") { into "." }
from("./docs/GettingStartedBinaries.md") { into "." }
}
}
}

Loading…
Cancel
Save