github-dependency-graph-gradle-plugin

Gradle Plugin for Extracting Dependency Information to send to GitHub

APACHE-2.0 License

Stars
81
Committers
5
github-dependency-graph-gradle-plugin - 1.3.1 Latest Release

Published by bot-githubaction 4 months ago

  • [FIX] Avoid resolving configurations that are deprecated for resolving (#129)
  • [FIX] Avoid circular task dependency when build includes itself (#141)
github-dependency-graph-gradle-plugin - 1.3.0

Published by bot-githubaction 7 months ago

  • [FIX] Avoid resolving configurations that are excluded from graph (#126)
github-dependency-graph-gradle-plugin - 1.2.2

Published by bot-githubaction 8 months ago

  • [FIX] Only write dependency-graph on build success (#115)
github-dependency-graph-gradle-plugin - 1.2.1

Published by bot-githubaction 8 months ago

  • [NEW] Log each resolved dependency and associated configuration path (#113)
  • [FIX] Exclude plugin marker dependencies from generated graph (#111)
github-dependency-graph-gradle-plugin - 1.2.0

Published by bot-githubaction 9 months ago

  • Improve failure reporting (#104)
  • Assign dependency scopes based on include/exclude filters (#105)
github-dependency-graph-gradle-plugin - 1.1.1

Published by bot-githubaction 9 months ago

  • Improve failure when run with unsupported Gradle version
github-dependency-graph-gradle-plugin - 1.1.0

Published by bot-githubaction 10 months ago

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
github-dependency-graph-gradle-plugin - 1.0.0

Published by bot-githubaction 11 months ago

First stable release of the GitHub Dependency Graph Gradle Plugin.

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

github-dependency-graph-gradle-plugin - 1.0.0-rc-1

Published by bot-githubaction 12 months ago

Release candidate for v1.0.0 of the GitHub Dependency Graph Gradle Plugin.

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

github-dependency-graph-gradle-plugin - 0.4.1

Published by bot-githubaction about 1 year ago

Preliminary release of the github dependency graph plugin.

  • [FIX] PGP key to sign the artifacts needs to be rotated
github-dependency-graph-gradle-plugin - 0.4.0

Published by bot-githubaction about 1 year ago

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.

github-dependency-graph-gradle-plugin - 0.3.0

Published by bot-githubaction about 1 year ago

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)
github-dependency-graph-gradle-plugin - 0.2.0

Published by bot-githubaction about 1 year ago

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)
github-dependency-graph-gradle-plugin - 0.1.0

Published by bot-githubaction over 1 year ago

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
github-dependency-graph-gradle-plugin - 0.0.6

Published by bot-githubaction over 1 year ago

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.
github-dependency-graph-gradle-plugin - 0.0.5

Published by bot-githubaction over 1 year ago

Preliminary release of the github dependency graph plugin.

  • Fix concurrency issue with simultaneous Configuration resolution
github-dependency-graph-gradle-plugin - 0.0.4

Published by bot-githubaction over 1 year ago

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
github-dependency-graph-gradle-plugin - 0.0.3

Published by bot-githubaction over 1 year ago

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
github-dependency-graph-gradle-plugin - 0.0.2

Published by bot-githubaction over 1 year ago

Preliminary release of the github dependency graph plugin.

  • Renamed the collector field in generated Json to reflect the updated project name.
github-dependency-graph-gradle-plugin - 0.0.1

Published by bot-githubaction over 1 year ago

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