From 1bdb9f3e403f892099355b63f2faf182ed7416b4 Mon Sep 17 00:00:00 2001 From: Sargun Vohra Date: Wed, 27 Nov 2024 07:08:20 -0500 Subject: [PATCH] attempt to fix duplicated section in android dokka (#3050) --- platform/android/MapLibreAndroid/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/android/MapLibreAndroid/build.gradle.kts b/platform/android/MapLibreAndroid/build.gradle.kts index daa7aa90f63..7d256d5736d 100644 --- a/platform/android/MapLibreAndroid/build.gradle.kts +++ b/platform/android/MapLibreAndroid/build.gradle.kts @@ -42,7 +42,7 @@ tasks.withType { moduleName.set("MapLibre Native Android") dokkaSourceSets { - configureEach { + named("main") { includes.from("Module.md") } } @@ -196,4 +196,4 @@ configurations { // apply() // intentionally disabled -// apply(plugin = "maplibre.jacoco-report") \ No newline at end of file +// apply(plugin = "maplibre.jacoco-report")