Skip to content

Commit

Permalink
[fix-4104] Bug fix for pipeline.jars configuration during task submit (
Browse files Browse the repository at this point in the history
…#4190)

Co-authored-by: jiangwei <[email protected]>
  • Loading branch information
jiangwwwei and jiangwei authored Feb 6, 2025
1 parent d098f06 commit 0481223
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ default void addJar(File... jarPath) {
addConfiguration(PipelineOptions.JARS, pathList);
} else {
CollUtil.addAll(jars, pathList);
addConfiguration(PipelineOptions.JARS, jars);
}
}

Expand Down

0 comments on commit 0481223

Please sign in to comment.