Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
[fix] add sources to generated libs
Browse files Browse the repository at this point in the history
Merge-request: BAZEL-MR-520
Merged-by: Xuan Son Trinh <[email protected]>
  • Loading branch information
xuansontrinh authored and Space Team committed Sep 14, 2023
1 parent ed56a17 commit eaa5161
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ class BazelProjectMapper(
.flatMap { it.binaryJarsList }
.map { bazelPathsResolver.resolveUri(it) }
.toSet(),
sources = emptySet(),
sources = targetInfo.jvmTargetInfo.generatedJarsList
.flatMap { it.sourceJarsList }
.map { bazelPathsResolver.resolveUri(it) }
.toSet(),
dependencies = emptyList(),
interfaceJars = emptySet(),
)
Expand Down

0 comments on commit eaa5161

Please sign in to comment.