summaryrefslogtreecommitdiff
path: root/project-system-gradle-psd/BUILD
diff options
context:
space:
mode:
authorestebandlc <estebandlc@google.com>2020-06-12 18:05:40 -0700
committerestebandlc <estebandlc@google.com>2020-06-16 11:02:00 -0700
commitf4c3c8fad758f50f40324bfff8acbd722fd499d2 (patch)
treefe1b9beca115cbb8749535c1ded0b0fa59e818ed /project-system-gradle-psd/BUILD
parent483b98c6c0c93c2814be61a60f07451475c2419f (diff)
downloadidea-f4c3c8fad758f50f40324bfff8acbd722fd499d2.tar.gz
Updates BUILD files
Test: existing Bug: 156497102 Change-Id: I009375542cbb4eee7c683b218bef15d82db2d283
Diffstat (limited to 'project-system-gradle-psd/BUILD')
-rw-r--r--project-system-gradle-psd/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/project-system-gradle-psd/BUILD b/project-system-gradle-psd/BUILD
index c90fe35cd18..a66eadcd2e0 100644
--- a/project-system-gradle-psd/BUILD
+++ b/project-system-gradle-psd/BUILD
@@ -34,9 +34,9 @@ iml_module(
"//tools/idea/jvm/jvm-analysis-impl:intellij.jvm.analysis.impl",
"//tools/idea/java/compiler/instrumentation-util-8:intellij.java.compiler.instrumentationUtil.java8",
"//tools/idea/.idea/libraries:precompiled_jshell-frontend",
- "//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
- "//tools/idea/plugins/IntelliLang/intellilang-jps-plugin:intellij.java.langInjection.jps",
"//tools/idea/adt-branding:intellij.android.adt.branding",
+ "//tools/idea/plugins/IntelliLang/intellilang-jps-plugin:intellij.java.langInjection.jps",
+ "//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
],
# do not sort: must match IML order
deps = [
@@ -96,8 +96,8 @@ iml_module(
"//tools/idea/java/ide-resources:intellij.java.ide.resources",
"//prebuilts/tools/common/m2/repository/com/jetbrains/intellij/documentation/tips-intellij-idea-community/201.11:jar",
"//tools/idea/.idea/libraries:precompiled_jshell-frontend",
- "//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
"//tools/idea/adt-branding:intellij.android.adt.branding",
+ "//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
],
test_srcs = ["testSrc"],
visibility = ["//visibility:public"],