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.
1 parent 4e504fe commit 58d076dCopy full SHA for 58d076d
README.MD
@@ -119,6 +119,10 @@ javaModules { // use instead of 'include(...)'
119
group = "org.example" // group for all Modules
120
plugin("java-library") // apply plugin to all Modules' subprojects
121
module("app") { ... } // individualise Module (only if needed)
122
+
123
+ // To optimze Configuration Cache hits:
124
+ exclusions.add("_.*") // do not inspect certain folders (regex)
125
+ requiresBuildFile // only look at folder containing a build.gradle(.kts)
126
}
127
128
versions("gradle/versions") // subproject configured as Platform Project
0 commit comments