Update plugin com.gradle.develocity to v3.18 (#1423)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-19 10:31:26 -07:00 committed by GitHub
parent b9fd5fac57
commit adcc624d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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