Skip to content

Commit 6bd6f59

Browse files
izeyewilkinsona
authored andcommitted
Fix Javadoc since for ResolveMainClassName#setClasspath(Object)
See gh-29826
1 parent f3af035 commit 6bd6f59

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

Lines changed: 1 addition & 1 deletion
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)