From 553a9e849263f3f86c2fecfdf5b98b8eb93f2fba Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 29 Nov 2021 01:41:04 +0530 Subject: build-logic: configure repositories to include Google Maven --- settings.gradle.kts | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index d2dbc8ed..58682180 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,33 +3,14 @@ * SPDX-License-Identifier: GPL-3.0-only */ -// Modules -include(":app") - -include(":autofill-parser") - -include(":crypto-common") - -include(":crypto-pgpainless") - -include(":format-common") - -include(":openpgp-ktx") - -include(":dependency-sync") - -// Experimental features -enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") - -enableFeaturePreview("VERSION_CATALOGS") - // Plugin repositories pluginManagement { repositories { + includeBuild("build-logic") + google() mavenCentral() gradlePluginPortal() } - includeBuild("build-logic") } dependencyResolutionManagement { @@ -46,3 +27,23 @@ dependencyResolutionManagement { } } } + +// Experimental features +enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") + +enableFeaturePreview("VERSION_CATALOGS") + +// Modules +include("app") + +include("autofill-parser") + +include("crypto-common") + +include("crypto-pgpainless") + +include("format-common") + +include("openpgp-ktx") + +include(":dependency-sync") -- cgit v1.2.3