renovate/lib/manager/gradle
Rhys Arkins ab778ebf1d
feat: supportedDatasources (#13621)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-01-19 08:06:21 +00:00
..
deep fix: log warning for managers which don't support replacements (#13276) 2022-01-14 06:13:39 +00:00
shallow fix(gradle): Support gradle versions as templates (#13576) 2022-01-16 16:23:14 +01:00
index.ts feat: supportedDatasources (#13621) 2022-01-19 08:06:21 +00:00
readme.md docs: deprecate deepExtract (#13487) 2022-01-12 11:04:14 +01:00
types.ts fix(manager/gradle): ignore catalog deps without version (#11621) 2021-09-07 19:51:39 +02:00

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.

Note: the deepExtract configuration option is deprecated, and will be removed in a future Renovate release.

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.