Skip to content

Commit

Permalink
Fix javadoc of ResolveMainClassName setClasspath(Object)
Browse files Browse the repository at this point in the history
Closes gh-30468
  • Loading branch information
wilkinsona committed Mar 29, 2022
1 parent d574563 commit 05b7bef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -91,8 +91,8 @@ public void setClasspath(FileCollection classpath) {
}

/**
* 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
*/
Expand Down

0 comments on commit 05b7bef

Please sign in to comment.