summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2019-04-25 15:06:29 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2019-05-13 20:26:46 +0200
commit38828ab3708a22bbd321c76d936648a2010f5c60 (patch)
tree31f5e2a8005d7cc8d2b19b3341fc6594b59b8ba9 /gradle
parent164fa3764ef7b75f04a07aa1dbf8b36dd98d7fb9 (diff)
chore: Migrate to Kotlin DSL for Gradle
This change migrates the build configuration for Gradle in Groovy to Kotlin, where possible. The scripts in the `gradle/` directory have not been migrated to extensive use of dynamicism.
Diffstat (limited to 'gradle')
-rw-r--r--gradle/dokka.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/dokka.gradle b/gradle/dokka.gradle
index e8e47d2d..576dbbeb 100644
--- a/gradle/dokka.gradle
+++ b/gradle/dokka.gradle
@@ -41,7 +41,7 @@ dokka {
linkMapping {
dir = rootProject.projectDir.absolutePath
- url = "$github_url/tree/master"
+ url = "$githubUrl/tree/master"
suffix = '#L'
}
}