Fix Javadoc since for ResolveMainClassName#setClasspath(Object)

See gh-29826
This commit is contained in:
izeye 2022-02-16 10:39:28 +09:00 committed by Andy Wilkinson
parent f3af035941
commit 6bd6f590d3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class ResolveMainClassName extends DefaultTask {
* Sets the classpath to include in the archive. The given {@code classpath} is * Sets the classpath to include in the archive. The given {@code classpath} is
* evaluated as per {@link Project#files(Object...)}. * evaluated as per {@link Project#files(Object...)}.
* @param classpath the classpath * @param classpath the classpath
* @since 2.5.9 * @since 2.5.10
*/ */
public void setClasspath(Object classpath) { public void setClasspath(Object classpath) {
this.classpath = getProject().files(classpath); this.classpath = getProject().files(classpath);