mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -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 {
|
protected fun Configuration.artifactFiles(): FileCollection {
|
||||||
return incoming.artifactView { viewConfiguration ->
|
return incoming.artifactView { viewConfiguration ->
|
||||||
|
viewConfiguration.isLenient = true
|
||||||
viewConfiguration.componentFilter { it is ModuleComponentIdentifier }
|
viewConfiguration.componentFilter { it is ModuleComponentIdentifier }
|
||||||
}.files
|
}.files
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user