Merge pull request #29826 from izeye

* gh-29826:
  Fix Javadoc since for ResolveMainClassName#setClasspath(Object)

Closes gh-29826
pull/29932/head
Andy Wilkinson 3 years ago
commit 008a793f92

@ -94,7 +94,7 @@ 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...)}.
* @param classpath the classpath
* @since 2.5.9
* @since 2.5.10
*/
public void setClasspath(Object classpath) {
this.classpath = getProject().files(classpath);

Loading…
Cancel
Save