Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Gradle Plugins

This provides custom plugins that simplify subproject configuration.

  • bundle-dependencies - Modifies the jar task to include all dependencies.
  • compiler-warnings - Modifies the compileJava task to emit additional warnings (deprecation & unchecked).
  • git-metadata - Provides the following functions: gitCommitHash, gitCommitDate, gitCommitCount
  • reproducible-archives - Ensures all builds are reproducible byte-for-byte.

References