Interface SourceSetMapperBuilder
- All Known Implementing Classes:
SourceSetMapper.Builder
public interface SourceSetMapperBuilder
-
Method Summary
-
Method Details
-
map
This is used to map SourceSet's of a dependency to a SourceSet on the current projectmapSourceSets({ map "main", "example" }, { map "test", "example", "example2" })- Parameters:
projectSet- SourceSet name of the current projectdependencySet- SourceSet's names to inherit from
-
recursive
If the specified dependencySet are going to get added recursivelyDefault true
- Parameters:
recursive- if it should be handled recursively
-