From 179efbb87fd49f9172fc2fdb3becda67796d65f9 Mon Sep 17 00:00:00 2001 From: Esteban de la Canal Date: Wed, 16 Mar 2022 14:37:10 -0700 Subject: Remove maven libraries Removes the MAVEN_REPOSITORY path variable and makes repository libraries not allowed in our project. This prevents the IDE from trying to download dependencies, and avoid issues with configurations. Test: BUILD files don't change after this change Bug: N/A Change-Id: If074c135c781dbfd0cb523c55c8303149ad75c63 --- android/intellij.android.core.iml | 17 +++++++---------- android/intellij.android.core.tests.iml | 5 ++--- 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'android') diff --git a/android/intellij.android.core.iml b/android/intellij.android.core.iml index e4e075dbf88..00b994fa9c0 100755 --- a/android/intellij.android.core.iml +++ b/android/intellij.android.core.iml @@ -33,21 +33,19 @@ - - + - + - - + - - + + @@ -108,10 +106,9 @@ - - + - + diff --git a/android/intellij.android.core.tests.iml b/android/intellij.android.core.tests.iml index 1db338db3ee..c2e6ed449f2 100644 --- a/android/intellij.android.core.tests.iml +++ b/android/intellij.android.core.tests.iml @@ -79,10 +79,9 @@ - - + - + -- cgit v1.2.3