Fix javadoc of ResolveMainClassName setClasspath(Object)

Closes gh-30468
This commit is contained in:
Andy Wilkinson 2022-03-29 15:05:54 +01:00
parent d574563616
commit 05b7befc7a
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ public class ResolveMainClassName extends DefaultTask {
}
/**
* Sets the classpath to include in the archive. The given {@code classpath} is
* evaluated as per {@link Project#files(Object...)}.
* Sets the classpath that the task will examine when resolving the main class name.
* The given {@code classpath} is evaluated as per {@link Project#files(Object...)}.
* @param classpath the classpath
* @since 2.5.10
*/