Skip to content

Instantly share code, notes, and snippets.

@KingsMentor
Created December 5, 2018 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KingsMentor/3a3e44fdff2208f6519adceb801d8825 to your computer and use it in GitHub Desktop.
Save KingsMentor/3a3e44fdff2208f6519adceb801d8825 to your computer and use it in GitHub Desktop.
jar {
baseName 'ai.helfie.lintrules'
version '1.0'
manifest {
attributes 'Manifest-Version': 1.0
attributes('Lint-Registry': 'ai.helfie.lintrules.CustomIssueRegistry')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment