Skip to content

Commit

Permalink
pr #96 apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jul 11, 2021
1 parent ff753bf commit 490d1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,6 @@ private Optional<List<String>> resolveProcessorPathEntries() {
protected Optional<String> buildProcessorPath() {
return this.resolveProcessorPathEntries()
.flatMap( artifactPaths ->
Optional.of(artifactPaths.stream().collect(Collectors.joining(File.separator))) );
Optional.of(artifactPaths.stream().collect(Collectors.joining(File.pathSeparator))) );
}
}

0 comments on commit 490d1cd

Please sign in to comment.