From 44fb3456c5e23979348944c0298cb61386dde461 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Sun, 9 Jun 2019 22:10:19 +0200 Subject: [PATCH] Avoiding shaddowing To get the marshalling working with plain/text --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4460b4..a4b19d6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'java' project.ext.tags = ['violation', 'static code analysis', 'Checkstyle', 'CPPLint', 'CPPCheck', 'CSSLint', 'Findbugs', 'Flake8', 'PyLint', 'Pep8', 'Mccabe', 'PyFlakes', 'JSHint', 'Lint', 'PerlCritic', 'PMD', 'ReSharper', 'XMLLint'] group = 'se.bjurr.violations' description = 'Report static code analysis to Bitbucket Cloud.' -project.ext.useShadowJar = true +project.ext.useShadowJar = false project.ext.syncCentral = false jar {