Skip to content

Commit

Permalink
fix error kezong#84
Browse files Browse the repository at this point in the history
  • Loading branch information
Singleswolf committed May 23, 2020
1 parent 7dd30cf commit 3104f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class FatLibraryPlugin implements Plugin<Project> {
dependencies.each { dependency ->
boolean match = false
artifacts.each { artifact ->
if (dependency.moduleName == artifact.name) {
if (dependency.name == artifact.moduleVersion.toString()) {
match = true
}
}
Expand Down

0 comments on commit 3104f5f

Please sign in to comment.