Skip to content

Commit

Permalink
Add additional comment to clarify the minimal supported version of ou…
Browse files Browse the repository at this point in the history
…tputing dependency tree in JSON fromat.
  • Loading branch information
gluxhappy authored Nov 13, 2024
1 parent d9ad8ee commit f3db231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class TreeMojo extends AbstractMojo {
/**
* If specified, this parameter will cause the dependency tree to be written using the specified format. Currently
* supported formats are: <code>text</code> (default), <code>dot</code>, <code>graphml</code>, <code>tgf</code>
* and <code>json</code>.
* and <code>json</code>(since 3.7.0).
* These additional formats can be plotted to image files.
*
* @since 2.2
Expand Down

0 comments on commit f3db231

Please sign in to comment.