Skip to content

Commit ccad52d

Browse files
committed
Merge branch '1.2.x'
2 parents 39fef11 + e76fde8 commit ccad52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/gradle/nohttp/SpringNoHttpPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public void apply(Project project) {
3636
NoHttpExtension nohttp = project.getExtensions().getByType(NoHttpExtension.class);
3737
File allowlistFile = project.getRootProject().file("etc/nohttp/allowlist.lines");
3838
nohttp.setAllowlistFile(allowlistFile);
39-
nohttp.getSource().exclude("buildSrc/build/**");
39+
nohttp.getSource().exclude("**/build/**");
4040
}
4141
}

0 commit comments

Comments
 (0)