Skip to content

Commit

Permalink
Fixed zipTree on non-existing file issue (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo authored Dec 20, 2024
1 parent d2933bf commit 86c1312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class EmbeddedDependenciesPlugin @Inject constructor(

val classes = files()
.from(provider {
config.map { dependency ->
config.asFileTree.map { dependency ->
archiveOperations.zipTree(dependency).matching {
include(spec.includes.get())
exclude(spec.excludes.get())
Expand Down

0 comments on commit 86c1312

Please sign in to comment.