aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 9934e1e7..359dcb97 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -101,9 +101,9 @@ include(
":docs-developer",
)
-val isCiBuild = System.getenv("GITHUB_ACTIONS") != null || System.getenv("TEAMCITY_VERSION") != null
-
+includeBuild("dokka-runners/dokkatoo")
+val isCiBuild = System.getenv("GITHUB_ACTIONS") != null || System.getenv("TEAMCITY_VERSION") != null
gradleEnterprise {
buildScan {