mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-05-27 18:27:22 +00:00
add meta
This commit is contained in:
@@ -91,7 +91,7 @@ kotlin {
|
||||
|
||||
private List<SourceDirectorySet> findSourcesWithName(String... approximateNames) {
|
||||
return parent.subprojects
|
||||
.findAll { it != project && it.hasProperty("kotlin") }
|
||||
.findAll { it != project && it.hasProperty("kotlin") && (it.name.contains("dokka") == false) }
|
||||
.collectMany { it.kotlin.sourceSets }
|
||||
.findAll { sourceSet ->
|
||||
approximateNames.any { nameToFilter ->
|
||||
|
||||
Reference in New Issue
Block a user