Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvmlet/reveal-dependency-plugin
IntelliJ Idea plugin to reveal gradle dependency in external libraries tree.
https://github.com/jvmlet/reveal-dependency-plugin
gradle intellij plugins
Last synced: 3 months ago
JSON representation
IntelliJ Idea plugin to reveal gradle dependency in external libraries tree.
- Host: GitHub
- URL: https://github.com/jvmlet/reveal-dependency-plugin
- Owner: jvmlet
- Created: 2018-10-24T07:48:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T06:29:00.000Z (6 months ago)
- Last Synced: 2024-08-20T08:31:40.840Z (6 months ago)
- Topics: gradle, intellij, plugins
- Language: Java
- Homepage:
- Size: 591 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= IntelliJ Idea plugin to reveal gradle dependency in external libraries tree.
:icons: fontimage:https://app.travis-ci.com/jvmlet/reveal-dependency-plugin.svg?branch=master[Build Status,link=https://app.travis-ci.com/jvmlet/reveal-dependency-plugin]
image:https://img.shields.io/jetbrains/plugin/d/11236.svg["JetBrains IntelliJ plugins",link="https://plugins.jetbrains.com/plugin/11236-reveal-gradle-dependency-in-external-libraries-tree-"]
image:https://img.shields.io/jetbrains/plugin/v/11236.svg["JetBrains IntelliJ plugins",link="https://plugins.jetbrains.com/plugin/11236-reveal-gradle-dependency-in-external-libraries-tree-"]* Right-click on gradle dependency node to navigate to linked external library. +
*Works at any level of dependency hierarchy*
+
image:src/docs/asciidoc/images/usage.png[ opts="inline"]* Right-click on gradle task, then *Dependency tree* to print task dependencies without executing the task. +
*Works with several selected tasks.*
+
image:src/docs/asciidoc/images/taskTree.jpg[ opts="inline"]
+
Credits to https://github.com/dorongold/gradle-task-tree[Doron Gold][NOTE]
Install manually by downloading from https://plugins.jetbrains.com/plugin/11236-reveal-gradle-dependency-in-external-libraries-tree-[here]
or from IntelliJ (search in repository by name `Reveal gradle dependency in external libraries tree.` )