From 2d2edf2e09a304cd69d178d2adcf72ce7b5382d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Segovia=20C=C3=B3rdoba?= <7463564+JavierSegoviaCordoba@users.noreply.github.com> Date: Tue, 14 Sep 2021 13:25:21 +0200 Subject: [PATCH] docs: Update Gradle File Support docs (#11717) --- docs/usage/java.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/usage/java.md b/docs/usage/java.md index aa8c51072dc721..b1325625896af8 100644 --- a/docs/usage/java.md +++ b/docs/usage/java.md @@ -14,9 +14,13 @@ 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)) Renovate does not support: