diff --git a/settings.gradle.kts b/settings.gradle.kts index 1a853a91439..00ac3a67585 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -58,7 +58,7 @@ dependencyResolutionManagement { } plugins { - id("com.gradle.develocity") version ("3.17.4") + id("com.gradle.develocity") version ("3.17.5") 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"