Adding the docs html to the distribution (#156)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
CJ Hare 6 years ago committed by GitHub
parent d419f43044
commit 94ca21e2da
  1. 1
      build.gradle

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

Loading…
Cancel
Save