diff --git a/build.gradle b/build.gradle index b52d508..39d128e 100644 --- a/build.gradle +++ b/build.gradle @@ -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() @@ -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 diff --git a/rxbilling/build.gradle b/rxbilling/build.gradle index 9b71338..e84d481 100644 --- a/rxbilling/build.gradle +++ b/rxbilling/build.gradle @@ -76,7 +76,6 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) { from javadoc.destinationDir } artifacts { - archives javadocJar archives sourcesJar }