From 1ecccc6990cf132ae3b592930f6a68d4066a197c Mon Sep 17 00:00:00 2001 From: John Freeman Date: Thu, 13 Sep 2018 11:40:39 +0000 Subject: [PATCH] Changed to include ReporterConfig in coverage JaCoCo 0.8.2 does a better job at Kotlin data classes. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb817432..f218a294 100644 --- a/pom.xml +++ b/pom.xml @@ -947,7 +947,6 @@ com/github/gantsign/maven/plugin/ktlint/HelpMojo.* - com/github/gantsign/maven/plugin/ktlint/ReporterConfig.* com/github/gantsign/maven/plugin/ktlint/internal/Sources* com/github/gantsign/maven/plugin/ktlint/AbstractBaseMojo.*