diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-03-18 15:06:19 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-19 14:18:58 +0000 |
commit | 5ed9345afea5c61eeb3c72b0facdf429d609262b (patch) | |
tree | 21c34a85e233c76dd59b0c58acbf47802c549e17 /lombok.config | |
parent | bdd46a64e1869297397b81f777ea58e67052391b (diff) |
Upgrade jacoco/lombok/sonar versions
This will permit to exclude auto-generated code by LOMBOK from
jacoco and will increase coverage.
Change-Id: Ie4e5b730270e5abd0a1bfc5498575410e08e2af9
Issue-ID: SDC-2833
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Diffstat (limited to 'lombok.config')
-rw-r--r-- | lombok.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lombok.config b/lombok.config index 8f7e8aa1ac..a23edb413f 100644 --- a/lombok.config +++ b/lombok.config @@ -1 +1,2 @@ +config.stopBubbling = true lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file |