Skip to content

Commit

Permalink
Remove unecessary dokka setup on global gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 12, 2024
1 parent a22fbc9 commit 9a2aea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.dokka.gradle.DokkaTask

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.0" apply false
Expand All @@ -10,11 +8,4 @@ plugins {

// Detekt
id("io.gitlab.arturbosch.detekt") version "1.23.4" apply false

// Dokka
id("org.jetbrains.dokka") version "1.9.10"
}

tasks.withType<DokkaTask>().configureEach {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231")
}
2 changes: 1 addition & 1 deletion gravatar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.automattic.android.publish-to-s3")

// Dokka
id("org.jetbrains.dokka")
id("org.jetbrains.dokka") version "1.9.10"
}

android {
Expand Down

0 comments on commit 9a2aea8

Please sign in to comment.