forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-exportable library target subclasses (pantsbuild#5533)
Change `JaxWsLibrary` and `JavaWireLibrary` to no longer subclass `ExportableJvmLibrary` because these target types are not actually exportable, since they represent codegen targets. The current configuration prevents these targets from being exported. Fixes pantsbuild#5532
- Loading branch information
1 parent
4d28172
commit c565695
Showing
2 changed files
with
4 additions
and
14 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