Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2021-08-22 19:27:24 +0300
committerRicki Hirner <hirner@bitfire.at>2021-08-22 19:44:37 +0300
commit267f5952ca06a3956af8138a8b59b6a345548a4c (patch)
tree982b45a658bb7965b53a11aea509ca1397719b08 /build.gradle
parentdf0f42539ee3119b001e50b914c6a83fb65d2747 (diff)
Kotlin lint
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index f0244d4..7bad72f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,13 +52,13 @@ android {
}
// TODO currently doesn't work with dokka 1.5.0, but dokka 0.10.1 doesn't work with new gradle
- dokka.configuration {
+ /*dokka.configuration {
sourceLink {
url = "https://gitlab.com/bitfireAT/cert4android/tree/master/"
lineSuffix = "#L"
}
jdkVersion = 7
- }
+ }*/
}
dependencies {