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 <[email protected]>
  • Loading branch information
sschuberth committed Mar 28, 2024
1 parent 4f32b50 commit b47f03e
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 b47f03e

Please sign in to comment.