Skip to content

Commit

Permalink
Fix HtmlDependencyReportTask destination javadoc
Browse files Browse the repository at this point in the history
The `outputDirectory` property does not exist.
  • Loading branch information
johnmartel committed Oct 29, 2016
1 parent 5e17087 commit b1ea13d
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -56,8 +56,12 @@
* </pre>
* <p>
* The report is generated in the <code>build/reports/project/dependencies</code> directory by default.
* This can also be changed by setting the <code>outputDirectory</code>
* property.
* This can also be changed by setting the <code>reports.html.destination</code> property:
* <pre>
* htmlDependencyReport {
* reports.html.destination = file("build/reports/project/dependencies")
* }
* </pre>
*/
@Incubating
public class HtmlDependencyReportTask extends ConventionTask implements Reporting<DependencyReportContainer> {
Expand Down

0 comments on commit b1ea13d

Please sign in to comment.