Skip to content

Commit

Permalink
Fix error when classpath includes a multi-release JAR
Browse files Browse the repository at this point in the history
Figured this out by looking at the output of the command.

Fixes bazelbuild#13
  • Loading branch information
puffnfresh committed Sep 19, 2019
1 parent beab2a8 commit cd80cb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ internal class JDepsGenerator @Inject constructor(
val joinedClasspath = command.inputs.joinedClasspath
val res = invoker.run(
arrayOf(
"--multi-release", "base",
"-cp", joinedClasspath,
command.outputs.jdeps
),
Expand Down

0 comments on commit cd80cb7

Please sign in to comment.