Skip to content

Commit

Permalink
Improve javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2020
1 parent e1980bd commit 9f15a66
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -33,9 +33,12 @@
import com.diffplug.spotless.FormatterStep;

/**
* NOT AN END-USER TASK, DO NOT USE FOR ANYTHING!
*
* The minimal task required to force all SpotlessTasks in the root
* project to trigger their dependency resolution, so that they will
* be cached for subproject tasks to slurp from.
* be cached for subproject tasks to slurp from. See {@link RegisterDependenciesInRoot}
* for the bigger picture.
*/
public class RegisterDependenciesTask extends DefaultTask {
@Input
Expand Down

0 comments on commit 9f15a66

Please sign in to comment.