Skip to content

Commit

Permalink
Avoiding shaddowing
Browse files Browse the repository at this point in the history
To get the marshalling working with plain/text
  • Loading branch information
tomasbjerre committed Jun 9, 2019
1 parent 7990df2 commit 44fb345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 44fb345

Please sign in to comment.