Skip to content

Commit

Permalink
Incorrect split package warnings
Browse files Browse the repository at this point in the history
fixes TomDmitriev#70

Signed-off-by: Raymond Auge <[email protected]>
  • Loading branch information
rotty3000 committed Apr 30, 2019
1 parent 2d4d407 commit 4794b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ final class BundleUtils {
}
}
}
paths.collect { path -> new File(path as String) }
paths.unique().collect { path -> new File(path as String) }
}

static boolean getFailOnError(Jar jarTask) {
Expand Down

0 comments on commit 4794b93

Please sign in to comment.