Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Gradle File Support docs #11717

Merged
merged 5 commits into from Sep 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/usage/java.md
Expand Up @@ -14,9 +14,12 @@ Renovate detects versions that are specified in a string `'group:artifact:versio

### Gradle File Support

Renovate can update `build.gradle`/`build.gradle.kts` files in the root of the repository.
It also updates any `*.gradle`/`*.gradle.kts` files in a subdirectory as multi-project configurations.
Renovate also tries to find updates for dependencies whose version is defined in a `*.properties` file, and scans for `*.versions.toml` files and for `*.toml` files inside the `gradle` folder to keep [catalogs](https://docs.gradle.org/current/userguide/platforms.html) up to date.
Renovate can update:

- `build.gradle`/`build.gradle.kts` files in the root of the repository.
- `*.gradle`/`*.gradle.kts` files in a subdirectory as multi-project configurations.
- Dependencies whose version is defined in a `*.properties` file.
- `*.versions.toml` files in any directory or `*.toml` files inside the `gradle` directory ([Gradle Version Catalogs docs](https://docs.gradle.org/current/userguide/platforms.html)).
JavierSegoviaCordoba marked this conversation as resolved.
Show resolved Hide resolved

Renovate does not support:

Expand Down