Browse Source

Merge branch '2.7.x'

pull/30396/head
Andy Wilkinson 4 years ago
parent
commit
d7fa2e2e8f
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java

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

@ -96,7 +96,7 @@ public class ResolveMainClassName extends DefaultTask {
* Sets the classpath to include in the archive. The given {@code classpath} is * Sets the classpath to include in the archive. The given {@code classpath} is
* evaluated as per {@link Project#files(Object...)}. * evaluated as per {@link Project#files(Object...)}.
* @param classpath the classpath * @param classpath the classpath
* @since 2.5.9 * @since 2.5.10
*/ */
public void setClasspath(Object classpath) { public void setClasspath(Object classpath) {
this.classpath = getProject().files(classpath); this.classpath = getProject().files(classpath);

Loading…
Cancel
Save