Polish
See gh-18192
This commit is contained in:
committed by
Stephane Nicoll
parent
99960b0c26
commit
5b41c3b608
@@ -134,10 +134,12 @@ public class BootJar extends Jar implements BootArchive {
|
||||
classpath);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setClasspath(Object classpath) {
|
||||
this.classpath = getProject().files(classpath);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setClasspath(FileCollection classpath) {
|
||||
this.classpath = getProject().files(classpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user