Skip to content

Commit

Permalink
attempt to fix duplicated section in android dokka
Browse files Browse the repository at this point in the history
I suspect this is triggering multiple times, once per non-test source set
  • Loading branch information
sargunv authored Nov 27, 2024
1 parent 1a38075 commit 4f8e659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/android/MapLibreAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
tasks.withType<DokkaTask> {
moduleName.set("MapLibre Native Android")

dokkaSourceSets {
named("main") {
configureEach {
includes.from("Module.md")
}
Expand Down Expand Up @@ -196,4 +196,4 @@ configurations {
// apply<DownloadVulkanValidationPlugin>()

// intentionally disabled
// apply(plugin = "maplibre.jacoco-report")
// apply(plugin = "maplibre.jacoco-report")

0 comments on commit 4f8e659

Please sign in to comment.