From 01254b3eaa04af944e90369f3289e061ead0d312 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 15 Jul 2024 16:21:32 -0600 Subject: [PATCH] Add additional references to dependency-submission docs Fixes #276 --- docs/dependency-submission.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dependency-submission.md b/docs/dependency-submission.md index b03faaa..844c12e 100644 --- a/docs/dependency-submission.md +++ b/docs/dependency-submission.md @@ -418,3 +418,10 @@ Gradle versions `5.2.1`, `5.6.4`, `6.0.1`, `6.9.4`, `7.1.1` and `7.6.3`, as well A known exception to this is that Gradle `7.0`, `7.0.1` and `7.0.2` are not supported. See [here](https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#gradle-compatibility) for complete compatibility information. + +# Additional references + +- Dependency Submission Demo repository: https://github.com/gradle/github-dependency-submission-demo +- GitHub Dependency Graph Gradle Plugin: https://github.com/gradle/github-dependency-graph-gradle-plugin +- Webinar - Gradle at Scale with GitHub and GitHub Actions at Allegro: https://www.youtube.com/watch?v=gV94I28FPos +