diff --git a/settings.gradle.kts b/settings.gradle.kts index 63ad7376b92..f472b6073a6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -58,7 +58,7 @@ dependencyResolutionManagement { } plugins { - id("com.gradle.develocity") version ("3.17.2") + id("com.gradle.develocity") version ("3.17.3") if (System.getenv("CI") != null || System.getProperty("allow-java-download").toBoolean()) { // Enable automatic Java toolchain download in CI or when explicitly requested by the user. // If in doubt, install the required Java toolchain manually, preferably using a "proper"