We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b2a875 + 6bbd629 commit 20aca47Copy full SHA for 20aca47
buildSrc/src/main/java/org/springframework/gradle/docs/SpringJavadocApiPlugin.java
@@ -79,6 +79,7 @@ public void execute(Task task) {
79
public void setExcludes(String... excludes) {
80
if (excludes == null) {
81
this.excludes = Collections.emptySet();
82
+ return;
83
}
84
this.excludes = new HashSet<>(excludes.length);
85
for (String exclude : excludes) {
0 commit comments