Skip to content

Commit

Permalink
Update plugin com.gradle.enterprise to v3.14 (#5105)
Browse files Browse the repository at this point in the history
* Update plugin com.gradle.enterprise to v3.14

* keep libraries.toml in sync

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martin Bonnin <[email protected]>
  • Loading branch information
renovate[bot] and martinbonnin authored Jul 18, 2023
1 parent 03ffdf2 commit 36eb46e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.enterprise") version "3.13.4" // sync with libraries.toml
id("com.gradle.enterprise") version "3.14" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ compose-runtime = { group = "androidx.compose.runtime", name = "runtime", versio
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
dokka-base = { group = "org.jetbrains.dokka", name = "dokka-base", version.ref = "dokka" }
dokka-plugin = { group = "org.jetbrains.dokka", name = "dokka-gradle-plugin", version.ref = "dokka" }
gegp = "com.gradle:gradle-enterprise-gradle-plugin:3.13.4" # // sync with settings.gradle.kts
gegp = "com.gradle:gradle-enterprise-gradle-plugin:3.14" # // 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.enterprise") version "3.13.4" // sync with libraries.toml
id("com.gradle.enterprise") version "3.14" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.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.enterprise") version "3.13.4" // sync with libraries.toml
id("com.gradle.enterprise") version "3.14" // sync with libraries.toml
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}
Expand Down

0 comments on commit 36eb46e

Please sign in to comment.