summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2022-03-16 14:37:10 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-03-17 18:07:00 +0000
commit179efbb87fd49f9172fc2fdb3becda67796d65f9 (patch)
tree61a054168c1691f24853764c08e385edad5c2fbc /android
parentb197bc08995173825ce60da9dbfad8ab1013fac8 (diff)
downloadidea-179efbb87fd49f9172fc2fdb3becda67796d65f9.tar.gz
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
Diffstat (limited to 'android')
-rwxr-xr-xandroid/intellij.android.core.iml17
-rw-r--r--android/intellij.android.core.tests.iml5
2 files changed, 9 insertions, 13 deletions
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 @@
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="okio" type="repository">
- <properties maven-id="com.squareup.okio:okio:1.14.0" />
+ <library name="okio">
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../../../prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="moshi" type="repository">
- <properties maven-id="com.squareup.moshi:moshi:1.6.0" />
+ <library name="moshi">
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/squareup/moshi/moshi/1.6.0/moshi-1.6.0.jar!/" />
- <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../../../prebuilts/tools/common/m2/repository/com/squareup/moshi/moshi/1.6.0/moshi-1.6.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../../../prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -108,10 +106,9 @@
<orderEntry type="module" module-name="intellij.android.dagger" />
<orderEntry type="module" module-name="intellij.android.gradle.dsl.toml" scope="RUNTIME" />
<orderEntry type="module-library">
- <library name="utp-core-proto" type="repository">
- <properties maven-id="com.google.testing.platform:core-proto:0.0.8-alpha07" />
+ <library name="utp-core-proto">
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/google/testing/platform/core-proto/0.0.8-alpha07/core-proto-0.0.8-alpha07.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../../../prebuilts/tools/common/m2/repository/com/google/testing/platform/core-proto/0.0.8-alpha07/core-proto-0.0.8-alpha07.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
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 @@
<orderEntry type="module" module-name="intellij.android.projectSystem.gradle.psd" />
<orderEntry type="module" module-name="android.sdktools.builder-model" />
<orderEntry type="module-library">
- <library name="androidx-test-core-proto" type="repository">
- <properties maven-id="com.google.testing.platform:core-proto:0.0.8-alpha07" />
+ <library name="androidx-test-core-proto">
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/google/testing/platform/core-proto/0.0.8-alpha07/core-proto-0.0.8-alpha07.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../../../prebuilts/tools/common/m2/repository/com/google/testing/platform/core-proto/0.0.8-alpha07/core-proto-0.0.8-alpha07.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />