Skip to content
Snippets Groups Projects
Commit c0459f90 authored by tasn's avatar tasn
Browse files

Remove dokka as it was breaking build.

parent 20f4aecf
No related branches found
No related tags found
No related merge requests found
buildscript {
ext.versions = [
dokka: '0.10.0',
ical4j: '2.2.6'
]
......@@ -13,7 +12,6 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$rootProject.ext.gradle_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${versions.dokka}"
}
}
......@@ -24,7 +22,6 @@ repositories {
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
......@@ -51,14 +48,6 @@ android {
sourceSets {
main.java.srcDirs = [ "src/main/java", "opentasks-contract/src/main/java" ]
}
dokka.configuration {
sourceLink {
url = "https://gitlab.com/bitfireAT/ical4android/tree/master/"
lineSuffix = "#L"
}
jdkVersion = 7
}
}
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment