Joe Grandja 3 сар өмнө
parent
commit
76e3b03e74

+ 1 - 0
buildSrc/src/main/java/org/springframework/gradle/docs/SpringJavadocApiPlugin.java

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