Add capability to attach agent to gradle projects

(cherry picked from commit 75307cc7a104ffa345473bc742ec72b806ff74ba)

IJ-MR-4767

GitOrigin-RevId: 28f128ec895fd0ad128b3d4c13f54ad2bf1e619d
This commit is contained in:
Nikita Nazarov
2020-12-21 12:18:16 +03:00
committed by intellij-monorepo-bot
parent a8aca0359f
commit 339517e2f5
9 changed files with 172 additions and 45 deletions

View File

@@ -10,13 +10,13 @@
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module-library">
<library name="debugger-memory-agent" type="repository">
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:1.0.29" />
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:1.0.30" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.29/debugger-memory-agent-1.0.29.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.30/debugger-memory-agent-1.0.30.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.29/debugger-memory-agent-1.0.29-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.30/debugger-memory-agent-1.0.30-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>