Releases: nebula-plugins/gradle-info-plugin
v7.1.0
v7.0.1
v7.0.0
The adds properties file with metadata into each jar. Changes in this metadata file will not cause the jar
task to execute but reused previous output if possible. This feature is no longer requiring writeManifestProperties
task invocation so this task won't be invoked anymore as part of jar
task invocation.
v6.0.0
Manifest.mf entries are no longer inputs of Jar
tasks. It has the following implications. A change of an entry (e.g. project status, branch name etc.) will not cause Jar
tasks to rerun. It means in some cases you can have stale metadata. The benefit is much better cacheable Jar
tasks. Local task avoidance or Gradle distribute caching will only rebuild the archive when there is an actual content change. This is very important for shaded jars which are expensive to build.
Dependencies info plugin is now avoiding the resolution of deprecated configurations to follow the recommended usage of each configuration by Gradle.
v5.2.0
- Add CircleCi provider. Thanks @KeesKoffeman
v5.1.1
v5.1.0: Merge pull request #52 from nebula-plugins/static-compilation
Static compilation