Skip to content

Commit

Permalink
Disable dokka in :stripe (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Sep 17, 2019
1 parent 4f07fd5 commit 035eeca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'checkstyle'
// make sure this line comes *after* you apply the Android plugin
apply plugin: 'com.getkeepsafe.dexcount'
apply plugin: 'org.jetbrains.dokka-android'

assemble.dependsOn('lint')
assemble.dependsOn('dokka')
check.dependsOn('checkstyle')

configurations {
Expand Down Expand Up @@ -74,11 +72,6 @@ android {
productFlavors {
}

dokka {
outputFormat = 'javadoc'
outputDirectory = "$buildDir/docs/javadoc"
}

lintOptions {
enable "Interoperability"
}
Expand Down

0 comments on commit 035eeca

Please sign in to comment.