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>
This commit is contained in:
parent
6dd6299ba8
commit
b12abc6ac7
5 changed files with 2 additions and 19 deletions
|
@ -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"
|
||||
}
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
rootProject.name = "build-logic"
|
||||
|
||||
enableFeaturePreview("VERSION_CATALOGS")
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
@ -12,6 +12,5 @@ plugins {
|
|||
id("com.github.android-password-store.kotlin-common")
|
||||
id("com.github.android-password-store.binary-compatibility")
|
||||
id("com.github.android-password-store.git-hooks")
|
||||
id("com.github.android-password-store.gradle")
|
||||
id("com.github.android-password-store.spotless")
|
||||
}
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=21491c9f0656e1529ccb39cbd587d01c33ba00d25f994b10240748ed0d45894a
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-rc-2-bin.zip
|
||||
distributionSha256Sum=8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -33,8 +33,6 @@ dependencyResolutionManagement {
|
|||
// Experimental features
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
enableFeaturePreview("VERSION_CATALOGS")
|
||||
|
||||
// Modules
|
||||
include("app")
|
||||
|
||||
|
|
Loading…
Reference in a new issue