aboutsummaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
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()