Skip to content

Commit

Permalink
Allow javac_jar to be None
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250537680
  • Loading branch information
cushon authored and copybara-github committed May 29, 2019
1 parent 6eda6b5 commit 9f554d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public interface JavaToolchainSkylarkApiProviderApi extends ToolchainInfoApi {
@SkylarkCallable(
name = "javac_jar",
doc = "The javac jar.",
structField = true
)
structField = true,
allowReturnNones = true)
public FileApi getJavacJar();

@SkylarkCallable(name = "single_jar", doc = "The SingleJar deploy jar.", structField = true)
Expand Down

0 comments on commit 9f554d3

Please sign in to comment.