From 664d2b58d90747f14e72391bd607ca880d755e60 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 28 Mar 2024 20:23:23 -0500 Subject: [PATCH 1/2] fix: Fixes building jicoco-metrics. --- jicoco-metrics/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jicoco-metrics/pom.xml b/jicoco-metrics/pom.xml index d7bde9f..76932f0 100644 --- a/jicoco-metrics/pom.xml +++ b/jicoco-metrics/pom.xml @@ -218,6 +218,12 @@ + + 11 + + -Xlint:all + + From 08ce9a73e30f2b84fd73490f48457253598dcbb0 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 28 Mar 2024 20:24:15 -0500 Subject: [PATCH 2/2] fix: Fixes generating docs for jicoco. Use dokka-maven-plugin for all modules. --- jicoco-config/pom.xml | 14 -------------- jicoco-metrics/pom.xml | 14 -------------- jicoco-test-kotlin/pom.xml | 14 -------------- pom.xml | 8 ++++---- 4 files changed, 4 insertions(+), 46 deletions(-) diff --git a/jicoco-config/pom.xml b/jicoco-config/pom.xml index 6140a50..19f69b8 100644 --- a/jicoco-config/pom.xml +++ b/jicoco-config/pom.xml @@ -110,18 +110,4 @@ - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/jicoco-metrics/pom.xml b/jicoco-metrics/pom.xml index 76932f0..312e354 100644 --- a/jicoco-metrics/pom.xml +++ b/jicoco-metrics/pom.xml @@ -227,18 +227,4 @@ - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/jicoco-test-kotlin/pom.xml b/jicoco-test-kotlin/pom.xml index 3bbf535..4075148 100644 --- a/jicoco-test-kotlin/pom.xml +++ b/jicoco-test-kotlin/pom.xml @@ -95,18 +95,4 @@ - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/pom.xml b/pom.xml index 7f57323..807a873 100644 --- a/pom.xml +++ b/pom.xml @@ -87,10 +87,6 @@ - org.jetbrains.dokka dokka-maven-plugin @@ -367,6 +363,10 @@ + + org.jetbrains.dokka + dokka-maven-plugin +