Skip to content

Commit

Permalink
Adds a getter for the gen jar.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=98002818
  • Loading branch information
ahumesky authored and fweikert committed Jul 13, 2015
1 parent 630c064 commit a2ec90d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,10 @@ public ImmutableList<String> getJavacOpts() {
return javaCommon.getJavacOpts();
}

public Artifact getGenJar() {
return genJar;
}

@Nullable public Artifact getGensrcJar() {
return gensrcJar;
}
Expand Down

0 comments on commit a2ec90d

Please sign in to comment.