We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-settings-logic
1 parent 8938a76 commit a7fe49eCopy full SHA for a7fe49e
build.gradle.kts
@@ -87,7 +87,7 @@ fun subprojectTasks(taskName: String): List<String> =
87
88
fun includedBuildTasks(taskName: String, filter: (IncludedBuild) -> Boolean = { true }): List<TaskReference> =
89
gradle.includedBuilds
90
- .filter { it.name != "build-logic" }
+ .filter { it.name != "build-logic" && it.name != "build-settings-logic" }
91
.filter(filter)
92
.mapNotNull { it.task(":$taskName") }
93
0 commit comments