mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
.. | ||
deep | ||
shallow | ||
index.ts | ||
readme.md | ||
types.ts |
The gradle
manager's default behavior uses a custom parser written in JavaScript, similar to many others managers.
It was initially known as gradle-lite
but is now integrated into the gradle
manager and used as default.
If deepExtract
is configured to true
, Renovate instead extracts Gradle dependencies by calling a custom Gradle script.
The gradle
binary is then used to extract Maven-type dependencies.