Skip to content

Commit

Permalink
added log message for active styles (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Viladrosa authored Sep 29, 2023
1 parent 8c1986c commit 2eaa819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ public Stream<SourceFile> parse(Project subproject, Set<Path> alreadyParsed, Exe

logger.lifecycle("Scanning sources in project {}", subproject.getPath());
List<NamedStyles> styles = getStyles();
logger.lifecycle("Using active styles {}", styles.stream().map(NamedStyles::getName).collect(toList()));
@SuppressWarnings("deprecation")
JavaPluginConvention javaConvention = subproject.getConvention().findPlugin(JavaPluginConvention.class);
List<SourceSet> sourceSets;
Expand Down

0 comments on commit 2eaa819

Please sign in to comment.