Merge branch '1.4.x'
This commit is contained in:
@@ -79,6 +79,7 @@ public class SpringJavadocApiPlugin implements Plugin<Project> {
|
||||
public void setExcludes(String... excludes) {
|
||||
if (excludes == null) {
|
||||
this.excludes = Collections.emptySet();
|
||||
return;
|
||||
}
|
||||
this.excludes = new HashSet<>(excludes.length);
|
||||
for (String exclude : excludes) {
|
||||
|
||||
Reference in New Issue
Block a user