Skip to content

Commit 58d076d

Browse files
committed
Add new properties to Readme
1 parent 4e504fe commit 58d076d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ javaModules { // use instead of 'include(...)'
119119
group = "org.example" // group for all Modules
120120
plugin("java-library") // apply plugin to all Modules' subprojects
121121
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)
122126
}
123127

124128
versions("gradle/versions") // subproject configured as Platform Project

0 commit comments

Comments
 (0)