Skip to content

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

0.4.0

26 Sep 03:11
10c7204
Compare
Choose a tag to compare

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

12 Sep 03:20
9d43237
Compare
Choose a tag to compare

Preliminary release of the github dependency graph plugin.

  • Added SimpleDependencyGraphPlugin which produces a generic depenency graph without requiring GitHub specific env vars (#34)
  • Removed spurious logging when configuration filters are applied (#66)

0.2.0

24 Jul 14:37
1562750
Compare
Choose a tag to compare

Preliminary release of the github dependency graph plugin.

  • Dependency graph uses Settings file as the manifest file location (#48)
  • Root project build file will be as manifest file location used if Settings file does not exist (#57)

0.1.0

17 Jul 21:48
96f417b
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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

16 Jul 02:31
67df8b8
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

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

10 Jul 13:20
6e96b1c
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Preliminary release of the github dependency graph plugin.

  • Fix concurrency issue with simultaneous Configuration resolution

0.0.4

10 Jul 12:43
afac062
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Preliminary release of the github dependency graph plugin.

  • Reduce redundancy in by grouping dependencies by declaring project #47
  • Omit the default repository_url from Maven PURLs #43

0.0.3

05 Jul 02:18
1809680
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Preliminary release of the github dependency graph plugin.

  • Don't override the default tasks in ForceDependencyResolutionPlugin
  • Allow job.correlator to be specified via GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR variable
  • Allow report directory to be specified via GITHUB_DEPENDENCY_GRAPH_REPORT_DIR variable

0.0.2

28 Jun 22:02
1ec5dfc
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Preliminary release of the github dependency graph plugin.

  • Renamed the collector field in generated Json to reflect the updated project name.

0.0.1

28 Jun 17:09
2d8702f
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Generates a dependency graph snapshot for upload to the GitHub Dependency Submission API