-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's difficult to reason about the type of `javac_flags` as the `java_library` rule executes: it may be a `str`, `list` or `None` depending on a number of plugin config options and the value passed into `java_library` itself. Keep it as a `list` until it is interpolated into the javac command, at which point stringify it.
- Loading branch information
1 parent
aa3257b
commit da48f80
Showing
1 changed file
with
9 additions
and
9 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