Skip to content

Commit

Permalink
refactor: remove unused local var for artifactview (#5175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Nov 17, 2023
1 parent c237660 commit 84228c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fun moduleDependencyOrdering(modulesConfig: Configuration): List<String> {
// configurations.resolvedConfiguration is more straightforward if you just want all the artifacts,
// but using `.incoming` lets us turn on lenient mode as well as do more accurate filtering of local modules
val resolvable = modulesConfig.incoming
val artifactView = resolvable.artifactView {
resolvable.artifactView {
lenient(true)
}

Expand Down

0 comments on commit 84228c1

Please sign in to comment.