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 39fef11 + e76fde8 commit ccad52dCopy full SHA for ccad52d
buildSrc/src/main/java/org/springframework/gradle/nohttp/SpringNoHttpPlugin.java
@@ -36,6 +36,6 @@ public void apply(Project project) {
36
NoHttpExtension nohttp = project.getExtensions().getByType(NoHttpExtension.class);
37
File allowlistFile = project.getRootProject().file("etc/nohttp/allowlist.lines");
38
nohttp.setAllowlistFile(allowlistFile);
39
- nohttp.getSource().exclude("buildSrc/build/**");
+ nohttp.getSource().exclude("**/build/**");
40
}
41
0 commit comments