Skip to content

Commit

Permalink
Update plugin com.gradle.develocity to v3.19.1 (#6362)
Browse files Browse the repository at this point in the history
* Update plugin com.gradle.develocity to v3.19.1

* keep in sync

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
  • Loading branch information
renovate[bot] and martinbonnin authored Jan 24, 2025
1 parent a368453 commit 1972100
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
includeBuild("build-logic")
}
plugins {
id("com.gradle.develocity") version "3.19" // sync with libraries.toml
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.develocity") version "3.19" // sync with libraries.toml
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ benmanes-versions = { group = "com.github.ben-manes", name = "gradle-versions-pl
compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
dgp = "com.gradle:develocity-gradle-plugin:3.19" # // sync with settings.gradle.kts
dgp = "com.gradle:develocity-gradle-plugin:3.19.1" # // sync with settings.gradle.kts
# Not updating because it fails in apollo-compiler Java tests with
# annotation @org.jetbrains.annotations.Nullable not applicable in this type context
google-testing-compile = { group = "com.google.testing.compile", name = "compile-testing", version = "0.19" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.19" // sync with libraries.toml
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.19" // sync with libraries.toml
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
Expand Down

0 comments on commit 1972100

Please sign in to comment.