Skip to content

0.2.0

Compare
Choose a tag to compare
@romeara romeara released this 13 Sep 02:30
· 71 commits to master since this release

Added

  • source-jars plug-in which provides tasks to build source and javadoc jars and adds them to the project's archives artifact configuration
  • Integrate source-jars with maven-publish plug-in as published artifacts
  • metadata-base plug-in which provides a DSL for re-usable project meta data values
  • Add metadata-base plug-in to multi-module-library plug-in setup for all projects
  • metadata-pom plug-in which applies meta data in metadata-base DSL to generated Maven POM files
  • Add metadata-pom plug-in to multi-module-library plug-in setup for all projects

Changed

  • Started allowing limitation of the configurations dependency constraints are applied to via the constraint file specification
  • (GH-23) Change caching logic for loaded dependency information to include time modified, to prevent stale cached content caused by the Gradle Daemon re-using class loaders between builds