bazelbuild / bazelbuild/rules_java
Fix return type for JavaInfo.getSourceJars()
Open
P2
- Dominant language
- Starlark
- Stars
- 103
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
getSourceJars() returns SkylarkList now.
Should be NestedSet as was before in JavaSkylarkApiProvider and to be consistent with other methods which returns collection of Jar files.
Also consider some cleaning in scope of this task, as this method can be already used by someone.
Contributor guide
Assessment
This issue has not been assessed yet.