Skip to content

Commit d16ad72

Browse files
Update plugin com.gradle.develocity to v4.2 (#6696)
* Update plugin com.gradle.develocity to v4.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 20b6155 commit d16ad72

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
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity") version "4.1.1" // sync with libraries.toml
2+
id("com.gradle.develocity") version "4.2" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
55
}

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 "4.1.1" // sync with libraries.toml
2+
id("com.gradle.develocity") version "4.2" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
55
}

gradle/libraries.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ compat-patrouille = { module = "com.gradleup.compat.patrouille:compat-patrouille
9696
compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
9797
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
9898
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
99-
dgp = "com.gradle:develocity-gradle-plugin:4.1.1" # // sync with settings.gradle.kts
99+
dgp = "com.gradle:develocity-gradle-plugin:4.2" # // sync with settings.gradle.kts
100100
# Not updating because it fails in apollo-compiler Java tests with
101101
# annotation @org.jetbrains.annotations.Nullable not applicable in this type context
102102
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
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity") version "4.1.1" // sync with libraries.toml
2+
id("com.gradle.develocity") version "4.2" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
55
}

tests/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 "4.1.1" // sync with libraries.toml
2+
id("com.gradle.develocity") version "4.2" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
55
}

0 commit comments

Comments
 (0)