Skip to content

Commit

Permalink
disable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ostapovets committed Aug 5, 2021
1 parent e7a1aab commit 82f06b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: "com.hellofresh.gradle.deblibs"

buildscript {
ext.kotlin_version = '1.5.21'
ext.dokka_version = '0.9.16'
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
google()
Expand All @@ -13,7 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:$dokka_version"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.16"
classpath "com.hellofresh.gradle:deblibs:2.2.0"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 0 additions & 1 deletion rxbilling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
from javadoc.destinationDir
}
artifacts {
archives javadocJar
archives sourcesJar
}

Expand Down

0 comments on commit 82f06b0

Please sign in to comment.