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>2019-11-12 15:10:33 +0300
committerRicki Hirner <hirner@bitfire.at>2019-11-12 16:02:01 +0300
commit7ca60d8deb4ff020343f472eb6ae5c898d508bd7 (patch)
tree5646a8cc458038dd38509a001d2eb3cd52e16f76
parent77c6c30c9f45f83800be7d8fbf31c95672dc5fa3 (diff)
Dokka: add source and JDK links
-rw-r--r--build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 735686c..021ce65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,6 +51,14 @@ android {
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
+
+ dokka.configuration {
+ sourceLink {
+ url = "https://gitlab.com/bitfireAT/cert4android/tree/master/"
+ lineSuffix = "#L"
+ }
+ jdkVersion = 7
+ }
}
dependencies {