mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Merge branch '2.5.x' into 2.6.x
Closes gh-29877
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ public class ResolveMainClassName extends DefaultTask {
|
||||
* Sets the classpath to include in the archive. The given {@code classpath} is
|
||||
* evaluated as per {@link Project#files(Object...)}.
|
||||
* @param classpath the classpath
|
||||
* @since 2.5.9
|
||||
* @since 2.5.10
|
||||
*/
|
||||
public void setClasspath(Object classpath) {
|
||||
this.classpath = getProject().files(classpath);
|
||||
|
||||
Reference in New Issue
Block a user