diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-08 12:03:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 12:03:18 +0000 |
commit | b12abc6ac73ff107fd340fb05870dbe00f5e9373 (patch) | |
tree | ca6a5b8d0d2439221cd7d8f9794474f2efc76ce4 /build-logic/settings.gradle.kts | |
parent | 6dd6299ba8ba970ab2f780f63a922eb4553b922f (diff) |
chore(deps): update dependency gradle to v7.4 (#1717)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build-logic/settings.gradle.kts')
-rw-r--r-- | build-logic/settings.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index 73c7348f..dc8e13b2 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -5,8 +5,6 @@ rootProject.name = "build-logic" -enableFeaturePreview("VERSION_CATALOGS") - dependencyResolutionManagement { repositories { google() |