Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobaxter committed Aug 21, 2024
1 parent 7a671bf commit 97df7a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public fun Dependency.extractSquareDependency(project: Project): SquareDependenc
return when (this) {
// Used by maven dependencies.
is AbstractExternalModuleDependency -> {
SquareDependency(target = "@maven://${group ?: "undefined"}:$name")
SquareDependency(target = "@maven://${group}:$name")
}

// Meant to capture non-project dependencies, but in reality captures project dependencies.
Expand Down

0 comments on commit 97df7a5

Please sign in to comment.