Skip to content

Commit

Permalink
Merge branch '2.5.x' into 2.6.x
Browse files Browse the repository at this point in the history
Closes gh-30469
  • Loading branch information
wilkinsona committed Mar 29, 2022
2 parents 8f98547 + 05b7bef commit 880d33f
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 880d33f

Please sign in to comment.