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 6847fdd commit 341130fCopy full SHA for 341130f
plugins/package-managers/gradle-plugin/src/main/kotlin/OrtModelBuilder.kt
@@ -284,7 +284,7 @@ internal class OrtModelBuilder : ToolingModelBuilder {
284
// Ignore unresolved project dependencies. For example for complex Android projects, Gradle's
285
// own "dependencies" task runs into "AmbiguousConfigurationSelectionException", but the project
286
// still builds fine, probably due to some Android plugin magic. Omitting a project dependency
287
- // is uncritical in terms of resovling dependencies, as the for the project itself dependencies
+ // is uncritical in terms of resolving dependencies, as the for the project itself dependencies
288
// will still get resolved.
289
return@mapNotNull null
290
}
0 commit comments