Merge branch '1.3.x' into 1.4.x

Closes gh-1995
This commit is contained in:
Joe Grandja
2025-04-29 06:48:48 -04:00

View File

@@ -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) {