Skip to content

Releases: nebula-plugins/gradle-info-plugin

v7.1.0

17 Feb 22:13
624a659
Compare
Choose a tag to compare
  • Add support for buildscript classpath dependencies to info report

v7.0.1

17 Feb 21:28
624a659
Compare
Choose a tag to compare

Avoid metadata properties file conflicts when multiple jar tasks are present within a single gradle project module. The final content would be correct but caching would not be efficient.

v7.0.0

15 Feb 00:34
786f9f1
Compare
Choose a tag to compare

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

06 Feb 23:42
19a7a4b
Compare
Choose a tag to compare

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

06 Nov 17:09
0ee00ac
Compare
Choose a tag to compare

v5.1.1

02 Oct 16:05
b04c20b
Compare
Choose a tag to compare
  • #32 Strip password from Git repository URL.

v5.1.0: Merge pull request #52 from nebula-plugins/static-compilation

18 Sep 22:48
6b090df
Compare
Choose a tag to compare

v5.0.3

15 Apr 22:04
Compare
Choose a tag to compare
plugin-plugin 11.2.12

v5.0.2

28 Mar 22:45
Compare
Choose a tag to compare
plugin-plugin 9.3.7

v5.0.1

28 Mar 01:06
Compare
Choose a tag to compare
plugin-plugin 9.3.4