-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create libraries for non python target when import dep as jar (#465)
The follow-up change to pantsbuild/pants#8812. ### Problem Since we will now be relying on libraries as a mechanism to express dependencies between targets, we need to process the libraries field for jvm executables as well. ### Solution Relax the filter in `PantsLibrariesExtension` to process any scala target (not just JarLibraries). ### Result: In combination with the pants PR above, the following UX is achieved: pantsbuild/pants#8812 (comment)
- Loading branch information
1 parent
3fc07d4
commit c832d9d
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters