Skip to content

Commit 5a7af90

Browse files
Update plugin com.gradle.develocity to v3.19.2 (#6385)
* Update plugin com.gradle.develocity to v3.19.2 * keep in sync --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Bonnin <[email protected]>
1 parent 3ef0b76 commit 5a7af90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

benchmark/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
includeBuild("build-logic")
33
}
44
plugins {
5-
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
5+
id("com.gradle.develocity") version "3.19.2" // sync with libraries.toml
66
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
77
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
88
}

build-logic/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
2+
id("com.gradle.develocity") version "3.19.2" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
55
}

gradle/libraries.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ benmanes-versions = { group = "com.github.ben-manes", name = "gradle-versions-pl
9191
compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
9292
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
9393
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
94-
dgp = "com.gradle:develocity-gradle-plugin:3.19.1" # // sync with settings.gradle.kts
94+
dgp = "com.gradle:develocity-gradle-plugin:3.19.2" # // sync with settings.gradle.kts
9595
# Not updating because it fails in apollo-compiler Java tests with
9696
# annotation @org.jetbrains.annotations.Nullable not applicable in this type context
9797
google-testing-compile = { group = "com.google.testing.compile", name = "compile-testing", version = "0.19" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
}
44

55
plugins {
6-
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
6+
id("com.gradle.develocity") version "3.19.2" // sync with libraries.toml
77
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
99
}

tests/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
}
44

55
plugins {
6-
id("com.gradle.develocity") version "3.19.1" // sync with libraries.toml
6+
id("com.gradle.develocity") version "3.19.2" // sync with libraries.toml
77
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
99
}

0 commit comments

Comments
 (0)