From c2880a391459ba131e68dbb4ca6874557d433529 Mon Sep 17 00:00:00 2001
From: Michael Hoennig <michael@hoennig.de>
Date: Sat, 27 Apr 2019 20:51:03 +0200
Subject: [PATCH] exclude generated *MapperImpl from pitest

---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index f124bd6f..ef380de5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -238,6 +238,7 @@ pitest {
                         // The following are mostly generated classes,
                         // as soon as we amend these, consider removing the exclude.
                         'org.hostsharing.hsadminng.**Criteria',
+                        'org.hostsharing.hsadminng.**MapperImpl',
                         'org.hostsharing.hsadminng.aop.logging.*',
                         'org.hostsharing.hsadminng.web.api.*' // API helpers, not the API itself
                       ]