Skip to content

Commit

Permalink
Add user property for cachedir, for CLI use
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 30, 2020
1 parent 2965827 commit 00955e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/revelc/code/formatter/FormatterMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class FormatterMojo extends AbstractMojo implements ConfigurationSource {
*
* @since 2.12.1
*/
@Parameter(defaultValue = "${project.build.directory}")
@Parameter(defaultValue = "${project.build.directory}", property = "formatter.cachedir")
private File cachedir;

/**
Expand Down

0 comments on commit 00955e4

Please sign in to comment.