Releases: gradle/github-dependency-graph-gradle-plugin
Releases · gradle/github-dependency-graph-gradle-plugin
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
0.4.0
Preliminary release of the github dependency graph plugin.
- Renamed most input parameters for consistency, and avoiding direct reliance of GitHub-defined variables.
- Reduced spurious logging when using
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS
.
Note that all users of this plugin will need to be updated to accomodate the renamed input parameters.
0.3.0
0.2.0
0.1.0
Preliminary release of the github dependency graph plugin.
- Verbosity of log messages reduced
- A custom task is now used for resolving all project dependencies, instead of calling the "dependencies" task
- The Gradle Configurations that contribute to the dependency graph can be filtered by project or configuration name
- Environment variables used to configure plugin have been renamed for consistency and conciseness
- System properties can be used to override all configuration environment variables
0.0.6
Preliminary release of the github dependency graph plugin.
- Allow key environment variables to be overridde by System properties.
- Produce a single manifest entry for the entire build invocation.
0.0.5
Preliminary release of the github dependency graph plugin.
- Fix concurrency issue with simultaneous Configuration resolution
0.0.4
0.0.3
Preliminary release of the github dependency graph plugin.
- Don't override the default tasks in
ForceDependencyResolutionPlugin
- Allow
job.correlator
to be specified viaGITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR
variable - Allow report directory to be specified via
GITHUB_DEPENDENCY_GRAPH_REPORT_DIR
variable