Skip to content

Commit 008a793

Browse files
committed
Merge pull request spring-projects#29826 from izeye
* spring-projectsgh-29826: Fix Javadoc since for ResolveMainClassName#setClasspath(Object) Closes spring-projectsgh-29826
2 parents f3af035 + 6bd6f59 commit 008a793

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void setClasspath(FileCollection classpath) {
9494
* Sets the classpath to include in the archive. The given {@code classpath} is
9595
* evaluated as per {@link Project#files(Object...)}.
9696
* @param classpath the classpath
97-
* @since 2.5.9
97+
* @since 2.5.10
9898
*/
9999
public void setClasspath(Object classpath) {
100100
this.classpath = getProject().files(classpath);

0 commit comments

Comments
 (0)