We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868881c commit 2ec5bb5Copy full SHA for 2ec5bb5
plugins/package-managers/gradle-plugin/src/main/kotlin/OrtModelBuilder.kt
@@ -210,7 +210,7 @@ internal class OrtModelBuilder : ToolingModelBuilder {
210
211
val modelBuildingResult = poms[id.toString()]
212
if (modelBuildingResult == null) {
213
- val message = "No POM found for $id."
+ val message = "No POM found for component '$id'."
214
logger.warn(message)
215
warnings += message
216
}
0 commit comments