Skip to content

Commit 04a70b0

Browse files
docs: add link to maven-hijack blog post.
Added a new publication link about detecting Maven hijack risks in Gradle builds.
1 parent 8d90e7e commit 04a70b0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.asciidoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,13 @@ major releases should be treated as non-events. For these users, the "API" is ju
340340
341341
The following is a list of articles / blog posts that have been published discussing this plugin:
342342
343-
1. https://dev.to/autonomousapps/the-proper-care-and-feeding-of-your-gradle-build-d8g[The proper care and feeding of your Gradle build]
344-
2. https://dev.to/autonomousapps/dependency-analysis-gradle-plugin-using-bytecode-analysis-to-find-unused-dependencies-509n[Dependency Analysis Gradle Plugin: Using bytecode analysis to find unused dependencies]
345-
3. https://dev.to/autonomousapps/dependency-analysis-gradle-plugin-what-s-an-abi-3l2h[Dependency Analysis Gradle Plugin: What's an ABI?]
346-
4. https://dev.to/autonomousapps/reducing-my-gradle-plugin-s-impact-on-configuration-time-a-journey-32h2[Reducing my Gradle plugin's impact on configuration time: A journey]
347-
5. https://dev.to/autonomousapps/one-click-dependencies-fix-191p[One-click dependencies fix]
343+
1. https://blog.gradle.org/detect-maven-hijack-risks-in-gradle-with-plugin[Detecting Maven-Hijack-style risks in Gradle builds with the Dependency Analysis Gradle Plugin
344+
]
345+
2. https://dev.to/autonomousapps/the-proper-care-and-feeding-of-your-gradle-build-d8g[The proper care and feeding of your Gradle build]
346+
3. https://dev.to/autonomousapps/dependency-analysis-gradle-plugin-using-bytecode-analysis-to-find-unused-dependencies-509n[Dependency Analysis Gradle Plugin: Using bytecode analysis to find unused dependencies]
347+
4. https://dev.to/autonomousapps/dependency-analysis-gradle-plugin-what-s-an-abi-3l2h[Dependency Analysis Gradle Plugin: What's an ABI?]
348+
5. https://dev.to/autonomousapps/reducing-my-gradle-plugin-s-impact-on-configuration-time-a-journey-32h2[Reducing my Gradle plugin's impact on configuration time: A journey]
349+
6. https://dev.to/autonomousapps/one-click-dependencies-fix-191p[One-click dependencies fix]
348350
349351
This plugin has also been featured in these newsletters:
350352

0 commit comments

Comments
 (0)