Skip to content

Commit

Permalink
RESOURCE_PARSERS -> defaultResourceParsers()
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Sep 24, 2023
1 parent da10e29 commit 3975972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ protected SourceFileStream parseNonProjectResources(Project subproject, Set<Path

private OmniParser omniParser(Set<Path> alreadyParsed) {
return OmniParser.builder(
OmniParser.RESOURCE_PARSERS,
OmniParser.defaultResourceParsers(),
PlainTextParser.builder()
.plainTextMasks(baseDir, extension.getPlainTextMasks())
.build(),
Expand Down

0 comments on commit 3975972

Please sign in to comment.