Skip to content

Commit

Permalink
Merge pull request #16 from mk868/gradle-plugin-distinct-classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 authored Dec 17, 2024
2 parents aa9d6d6 + 3a9689c commit ccd2e59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ void run() {
getRuntimeClassPath().get().getFiles().stream()
)
.map(File::toString)
.distinct()
.collect(Collectors.joining(File.pathSeparator));

String javaExec = javaExecutable.get();
Expand Down

0 comments on commit ccd2e59

Please sign in to comment.