Merge branch '2.7.x'

This commit is contained in:
Andy Wilkinson 2022-02-16 12:01:47 +00:00
commit d7fa2e2e8f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,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);