diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-09-30 17:30:56 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2019-09-30 17:30:56 +0300 |
commit | ab3a0654364534cf2c8cad86756450e908faa358 (patch) | |
tree | 7b8dfd84c4e76eee03ed8cc574f9db09c8e6187e | |
parent | 705bf9bf1308c4f94d2624b3e78640a4b2673d4c (diff) | |
download | dokka-ab3a0654364534cf2c8cad86756450e908faa358.tar.gz dokka-ab3a0654364534cf2c8cad86756450e908faa358.tar.bz2 dokka-ab3a0654364534cf2c8cad86756450e908faa358.zip |
Remove jitpack repository
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f18ddafa..73636b24 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,6 @@ allprojects { maven { url "https://kotlin.bintray.com/kotlinx" } maven { url "https://dl.bintray.com/kotlin/kotlinx" } maven { url "https://dl.bintray.com/orangy/maven" } // TODO: remove this repository when kotlinx.cli is available in maven - maven { url 'https://jitpack.io' } } } |