Skip to content

Commit

Permalink
fix plugin violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nava2 committed Oct 4, 2024
1 parent b7ad7a9 commit e8d6238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal abstract class ComputeSourceFoldersTask @Inject constructor(
* Patterns to use to exclude source files from consideration.
*/
@Input
internal val sourceSetPathExcludePatterns: SetProperty<Regex> = objects.setProperty<Regex>()
val sourceSetPathExcludePatterns: SetProperty<Regex> = objects.setProperty<Regex>()
.convention(
project.rootProject.the<ShowBuildTargetsForChangeExtension>().sourceSetPathExcludePatterns.map { patterns ->
patterns.map { Regex(it) }.toSet()
Expand Down

0 comments on commit e8d6238

Please sign in to comment.