Dependencies File Gradle Plugin
Component Name
Dependencies File Gradle Plugin
Component Type
gradle-plugin
Platform
Teams
Key Software
Gradle 7.4.2
Jackson 2.13.3
Lombok 1.18.24
Description
Gradle plugin that generates gradle-dependencies.yaml
files
Responsibilities
When added to a Gradle-based codebase, the plugin generates a
gradle-dependencies.yaml
file for each project in the codebase where the plugin is enabled. Thegradle-dependencies.yaml
file contains the details of all of a Gradle project's dependencies and is similar to npm'spackage-lock.json
file, except thegradle-dependencies.yaml
is only used for recording the details of dependencies used and is not used to "lock" those dependencies.