Skip to content

Commit d513599

Browse files
renovate[bot]BoD
andauthored
Update plugin com.gradle.develocity to v3.17.6 (#6067)
* chore(deps): update plugin com.gradle.develocity to v3.17.6 * Update dgp in libraries.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: BoD <[email protected]>
1 parent 8b0699b commit d513599

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.17.5" // sync with libraries.toml
5+
id("com.gradle.develocity") version "3.17.6" // sync with libraries.toml
66
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
77
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.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.17.5" // sync with libraries.toml
2+
id("com.gradle.develocity") version "3.17.6" // sync with libraries.toml
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
55
}

gradle/libraries.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "3.5.2" }
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
dokkatoo = "dev.adamko.dokkatoo:dokkatoo-plugin:2.1.0"
99-
dgp = "com.gradle:develocity-gradle-plugin:3.17.5" # // sync with settings.gradle.kts
99+
dgp = "com.gradle:develocity-gradle-plugin:3.17.6" # // 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
@@ -3,7 +3,7 @@ pluginManagement {
33
}
44

55
plugins {
6-
id("com.gradle.develocity") version "3.17.5" // sync with libraries.toml
6+
id("com.gradle.develocity") version "3.17.6" // sync with libraries.toml
77
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.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.17.5" // sync with libraries.toml
6+
id("com.gradle.develocity") version "3.17.6" // sync with libraries.toml
77
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
99
}

0 commit comments

Comments
 (0)