Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Include field style definitions in release jar
Browse files Browse the repository at this point in the history
  • Loading branch information
matvore committed Apr 4, 2015
1 parent f4c29f6 commit ba20a7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion java/com/google/callbuilder/BUILD
Expand Up @@ -53,7 +53,11 @@ java_plugin(
java_binary(
name = "CallBuilderBinary",
srcs = ["CallBuilderBinary.java"],
deps = [":processor_lib", ":annotations"],
deps = [
":processor_lib",
":annotations",
"//java/com/google/callbuilder/style",
],
)

genrule(
Expand Down

0 comments on commit ba20a7f

Please sign in to comment.