diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-11-06 17:51:39 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-13 20:26:45 +0200 |
| commit | ec3dce19b16a335776a381a90f668cc249acb631 (patch) | |
| tree | df22836eaf6e7debf16a70b084151e351bfb797d /build.gradle | |
| parent | da9dd0c3cb3d9a6b72b6fb4efd257d0449711f17 (diff) | |
chore: Add support for project wide documentation generation
This change adds support for generating documentation for all modules of
the repository using Dokka.
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index f3e5996c..f8a34688 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,7 @@ allprojects { ext { junit_jupiter_version = '5.3.1' junit_platform_version = '1.3.1' + github_url = "https://github.com/atlarge-research/${rootProject.name}" } } @@ -46,3 +47,4 @@ wrapper { project.evaluationDependsOnChildren() apply from: 'gradle/jacoco.gradle' +apply from: 'gradle/dokka.gradle' |
