Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 617 Bytes

Gromit-build

Build artifacts for the Gromit project

Building Gromit-build

Build gromit-plugin and install it to the local maven repository.

gradle build

Using Gromit-build

Gradle gromit-plugin plugin contains tasks:

  • checkCopyright
  • generateBuildInfo
  • checkForbiddenFunctions
  • findUnusedImages
  • findUnusedStrings
  • removeUnusedStrings
  • xlf
  • createLegendFiles

See pluginExample.gradle file for more details.