Skip to content

Commit

Permalink
attempt to fix duplicated section in android dokka (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv authored Nov 27, 2024
1 parent aa618c1 commit 1bdb9f3
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 @@ -42,7 +42,7 @@ tasks.withType<DokkaTask> {
moduleName.set("MapLibre Native Android")

dokkaSourceSets {
configureEach {
named("main") {
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 1bdb9f3

Please sign in to comment.