Skip to content

Commit

Permalink
clean up the formatting a bit in the plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rholder committed Oct 6, 2014
1 parent e766bd2 commit 1abb047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<idea-plugin version="2">
<name>Gradle View</name>
<description><![CDATA[
<h2>What is this?</h2>
<p><h2>What is this?</h2></p>
<p>Show a split tree rollup of the dependencies for each Gradle configuration in use by a project.</p>
<h2>Why would I need this?</h2>
<p><h2>Why would I need this?</h2></p>
<p>
Dependency wrangling isn't easy in a large Java project. This IntelliJ IDEA plugin was built to add a little
more sanity to the tedious task of analyzing dependencies by rolling up the entire dependency graph into a
Expand All @@ -16,7 +16,7 @@
being included).
</p>
<h2>Features</h2>
<p><h2>Features</h2></p>
<ul>
<li>Built on the Gradle Tooling API 1.12, but should work on most 1.x and 2.x versions</li>
<li>Visual highlighting to indicate dependencies in use and replacement versions</li>
Expand Down

0 comments on commit 1abb047

Please sign in to comment.