Skip to content

Commit

Permalink
chore(gradle-plugin): End a log message with a dot for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Mar 30, 2024
1 parent 563d91c commit 858f29b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ internal class OrtModelBuilder : ToolingModelBuilder {

val modelBuildingResult = poms[id.toString()]
if (modelBuildingResult == null && id !in visitedDependencies) {
val message = "No POM found for $id"
val message = "No POM found for $id."
logger.warn(message)
warnings += message
}
Expand Down

0 comments on commit 858f29b

Please sign in to comment.