Skip to content

Releases: gradle/github-dependency-graph-gradle-plugin

1.4.0

16 May 16:54
c4022c6
Compare
Choose a tag to compare

What's Changed

  • [NEW] GitHub Detector can be customized with env vars by @ljones140 in #177

New Contributors

Full Changelog: v1.3.2...v1.4.0

1.3.2

17 Dec 22:09
4e3062c
Compare
Choose a tag to compare

This patch release updates a number of dependency versions.
No functional changes are included.

1.3.1

28 Jun 00:49
f99d4c8
Compare
Choose a tag to compare
  • [FIX] Avoid resolving configurations that are deprecated for resolving (#129)
  • [FIX] Avoid circular task dependency when build includes itself (#141)

1.3.0

02 Apr 01:26
Compare
Choose a tag to compare
  • [FIX] Avoid resolving configurations that are excluded from graph (#126)

1.2.2

13 Feb 04:35
c78baf7
Compare
Choose a tag to compare
  • [FIX] Only write dependency-graph on build success (#115)

1.2.1

12 Feb 01:22
Compare
Choose a tag to compare
  • [NEW] Log each resolved dependency and associated configuration path (#113)
  • [FIX] Exclude plugin marker dependencies from generated graph (#111)

1.2.0

28 Jan 21:10
4b295f7
Compare
Choose a tag to compare
  • Improve failure reporting (#104)
  • Assign dependency scopes based on include/exclude filters (#105)

1.1.1

12 Jan 15:06
618910b
Compare
Choose a tag to compare
  • Improve failure when run with unsupported Gradle version

1.1.0

12 Jan 03:02
d08faa6
Compare
Choose a tag to compare

Improves configuration-cache support

  • Do not generate an empty dependency graph on configuration-cache reuse (#98)
  • Write the report file location to the GITHUB_OUTPUT file if it exists

1.0.0

27 Nov 07:38
8320dfe
Compare
Choose a tag to compare

First stable release of the GitHub Dependency Graph Gradle Plugin.

Contains only minor refactorings and dependency updates from v0.4.1.