mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Use lenient configuration in ResolveProjectArtifacts
This commit is contained in:
@@ -44,6 +44,7 @@ abstract class ResolveProjectDependenciesTask : DefaultTask() {
|
||||
|
||||
protected fun Configuration.artifactFiles(): FileCollection {
|
||||
return incoming.artifactView { viewConfiguration ->
|
||||
viewConfiguration.isLenient = true
|
||||
viewConfiguration.componentFilter { it is ModuleComponentIdentifier }
|
||||
}.files
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user