mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract | ||
parser | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
parser.spec.ts | ||
parser.ts | ||
readme.md | ||
types.ts | ||
update.spec.ts | ||
update.ts | ||
utils.spec.ts | ||
utils.ts |
The gradle
manager uses a custom parser written in JavaScript, similar to many others managers.
It does not call gradle
directly in order to extract a list of dependencies.
Updating lockfiles
Updating lockfiles is done with ./gradlew :dependencies --wirte/update-locks
command.
This command can output excessive text to the console.
While running the command, the output to stdout is dropped when you run Renovate on most platforms other than Windows.