Skip to content

Instantly share code, notes, and snippets.

@YutaHiguchi-bsn
Created September 9, 2019 19:50
Show Gist options
  • Save YutaHiguchi-bsn/860e846d566507322391ba1291db94a9 to your computer and use it in GitHub Desktop.
Save YutaHiguchi-bsn/860e846d566507322391ba1291db94a9 to your computer and use it in GitHub Desktop.
recordIssues enabledForFailure: true,
tool: java(),
filters: [
includeFile('.*/*.java'),
excludeFile('submodules/.*'),
excludeCategory('Deprecation'),
],
qualityGates: [[threshold: 1, type: 'TOTAL_NORMAL']]
recordIssues enabledForFailure: true,
id: 'Java deprecate usages',
tool: java(),
filters: [
includeFile('.*/*.java'),
excludeFile('.*/generated-sources/.*'),
excludeFile('submodules/.*'),
includeCategory('Deprecation'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment