Skip to content

Commit

Permalink
Fix Javadoc for RunSVUnitToolChain
Browse files Browse the repository at this point in the history
Documentation is now produced when publishing. This step fails if there
are errors in the Javadoc.
  • Loading branch information
tudortimi committed Mar 5, 2022
1 parent 2438e2d commit 511b43a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface RunSVUnitToolChain extends ToolChain {
/**
* Configures the command line args.
*
* @param configureClosure The closure to use to configure the command line args
* @param args The arg values to append
* @return this
*/
RunSVUnitToolChain args(String... args);
Expand Down

0 comments on commit 511b43a

Please sign in to comment.