Releases: gradle/github-dependency-graph-gradle-plugin
Releases · gradle/github-dependency-graph-gradle-plugin
1.3.1
- [FIX] Avoid resolving configurations that are deprecated for resolving (#129)
- [FIX] Avoid circular task dependency when build includes itself (#141)
1.3.0
- [FIX] Avoid resolving configurations that are excluded from graph (#126)
1.2.2
- [FIX] Only write dependency-graph on build success (#115)
1.2.1
- [NEW] Log each resolved dependency and associated configuration path (#113)
- [FIX] Exclude plugin marker dependencies from generated graph (#111)
1.2.0
- Improve failure reporting (#104)
- Assign dependency scopes based on include/exclude filters (#105)
1.1.1
- Improve failure when run with unsupported Gradle version
1.1.0
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
First stable release of the GitHub Dependency Graph Gradle Plugin.
Contains only minor refactorings and dependency updates from v0.4.1.
1.0.0-rc-1
Release candidate for v1.0.0 of the GitHub Dependency Graph Gradle Plugin.
Contains only minor refactorings and dependency updates from v0.4.1.
0.4.1
Preliminary release of the github dependency graph plugin.
- [FIX] PGP key to sign the artifacts needs to be rotated