summaryrefslogtreecommitdiff
path: root/com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2024-01-05 12:56:57 +0000
committerPaul Duffin <paulduffin@google.com>2024-01-05 19:30:10 +0000
commit21d12dc215e95e9d8249b558eb6cd69e76569cf4 (patch)
tree099e67af9d7b32bd016451d6467363fea9883a8c /com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom
parentec2fa78b461b5f7d64125dc0778289a85cf71cfb (diff)
downloadgradle-plugin-21d12dc215e95e9d8249b558eb6cd69e76569cf4.tar.gz
Upgrade metalava lint prebuilts to 31.4.0-alpha02
./update-metalava-lint-deps.sh 31.4.0-alpha02 314713392 Bug: 314713392 Test: m update-api (cherry picked from https://android-review.googlesource.com/q/commit:bcb4257768bb2b437de79222248c5b6c53d4ab91) Merged-In: If67cf7c7d3b3f7ec7a3ea6850067138c116ef440 Change-Id: If67cf7c7d3b3f7ec7a3ea6850067138c116ef440 Change-Id: Ied31410e8bb5dd6770732a1278e29dc21a240cf7
Diffstat (limited to 'com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom')
-rw-r--r--com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom31
1 files changed, 31 insertions, 0 deletions
diff --git a/com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom b/com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom
new file mode 100644
index 000000000..163f1b001
--- /dev/null
+++ b/com/android/tools/external/com-intellij/intellij-core/31.4.0-alpha02/intellij-core-31.4.0-alpha02.pom
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.android.tools.external.com-intellij</groupId>
+ <artifactId>intellij-core</artifactId>
+ <version>31.4.0-alpha02</version>
+ <name>com.android.tools.external.com-intellij.intellij-core</name>
+ <description>IntelliJ IDEA Core</description>
+ <url>http://tools.android.com/</url>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.intellij.deps</groupId>
+ <artifactId>trove4j</artifactId>
+ <version>1.0.20200330</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>