Adding the docs html to the distribution (#156)

CJ Hare 6 years ago committed by GitHub
parent ea3320527c
commit cb918aa9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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