Skip to content

Commit 05b7bef

Browse files
committed
Fix javadoc of ResolveMainClassName setClasspath(Object)
Closes gh-30468
1 parent d574563 commit 05b7bef

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public void setClasspath(FileCollection classpath) {
9191
}
9292

9393
/**
94-
* Sets the classpath to include in the archive. The given {@code classpath} is
95-
* evaluated as per {@link Project#files(Object...)}.
94+
* Sets the classpath that the task will examine when resolving the main class name.
95+
* The given {@code classpath} is evaluated as per {@link Project#files(Object...)}.
9696
* @param classpath the classpath
9797
* @since 2.5.10
9898
*/

0 commit comments

Comments
 (0)