Skip to content

Commit

Permalink
fix build error when using gradle 6.0 - 6.8 #277
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Mar 30, 2021
1 parent 17afc38 commit b996d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class FlavorArtifact {
)
} else {
return Class.forName(CLASS_DefaultResolvedArtifact)
.newInstance(identifier, artifactName, artifactIdentifier, taskDependencyContainer, fileFactory, null)
.newInstance(identifier, artifactName, artifactIdentifier, taskDependencyContainer, fileFactory)
}
} else {
TaskDependency taskDependency = createTaskDependency(bundleProvider.get())
Expand Down

0 comments on commit b996d06

Please sign in to comment.