aboutsummaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-08 12:03:18 +0000
committerGitHub <noreply@github.com>2022-02-08 12:03:18 +0000
commitb12abc6ac73ff107fd340fb05870dbe00f5e9373 (patch)
treeca6a5b8d0d2439221cd7d8f9794474f2efc76ce4 /build-logic
parent6dd6299ba8ba970ab2f780f63a922eb4553b922f (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')
-rw-r--r--build-logic/automation-plugins/src/main/kotlin/com.github.android-password-store.gradle.gradle.kts12
-rw-r--r--build-logic/settings.gradle.kts2
2 files changed, 0 insertions, 14 deletions
diff --git a/build-logic/automation-plugins/src/main/kotlin/com.github.android-password-store.gradle.gradle.kts b/build-logic/automation-plugins/src/main/kotlin/com.github.android-password-store.gradle.gradle.kts
deleted file mode 100644
index bbaa8505..00000000
--- a/build-logic/automation-plugins/src/main/kotlin/com.github.android-password-store.gradle.gradle.kts
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
- * SPDX-License-Identifier: GPL-3.0-only
- */
-
-import org.gradle.api.tasks.wrapper.Wrapper
-import org.gradle.kotlin.dsl.withType
-
-tasks.withType<Wrapper> {
- gradleVersion = "7.4-rc-2"
- distributionSha256Sum = "21491c9f0656e1529ccb39cbd587d01c33ba00d25f994b10240748ed0d45894a"
-}
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()