chore(deps): update plugin com.gradle.develocity to v4 (#1837)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-09 08:08:54 +03:00 committed by GitHub
parent 67220b0f2d
commit b3fbfe3888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pluginManagement {
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.gradle.develocity") version "3.19.2"
id("com.gradle.develocity") version "4.0"
}
}