Skip to content

Commit

Permalink
chore: fix maven plugin for multi project build (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers authored Aug 3, 2023
1 parent 23841c9 commit ddc302e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ abstract class AbstractGenerateMojo @Inject() (buildContext: BuildContext) exten
}
}

lazy val normalizedProtoPaths = protoPaths.asScala.map(normalize)
def normalizedProtoPaths = protoPaths.asScala.map(normalize)

override def execute(): Unit = {
val chosenLanguage = parseLanguage(language)
Expand Down

0 comments on commit ddc302e

Please sign in to comment.