diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-02-19 16:08:12 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-02-19 16:08:12 +0300 |
commit | 9e2ca870881823498c8f65afda7bd9b77e575a2d (patch) | |
tree | a0f0448318d193b7713f9c15cd08e1e38f876e88 /runners/android-gradle-plugin | |
parent | 5afb808f984542bb550d124f87c65c71a9148b83 (diff) | |
download | dokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.tar.gz dokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.tar.bz2 dokka-9e2ca870881823498c8f65afda7bd9b77e575a2d.zip |
Cleanup http
Diffstat (limited to 'runners/android-gradle-plugin')
-rw-r--r-- | runners/android-gradle-plugin/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/android-gradle-plugin/build.gradle b/runners/android-gradle-plugin/build.gradle index 72d1be9e..28b0cbb9 100644 --- a/runners/android-gradle-plugin/build.gradle +++ b/runners/android-gradle-plugin/build.gradle @@ -76,7 +76,7 @@ artifacts { } pluginBundle { - website = 'http://www.kotlinlang.org/' + website = 'https://www.kotlinlang.org/' vcsUrl = 'https://github.com/kotlin/dokka.git' description = 'Dokka, the Kotlin documentation tool' tags = ['dokka', 'kotlin', 'kdoc', 'android'] |