Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix src collection for java api (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmed-se authored and srkukarni committed Sep 27, 2017
1 parent eb90566 commit a471aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heron/api/src/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java_library(

java_binary(
name = "api-unshaded",
srcs = glob(["com/twitter/heron/api/**/*.java"]),
srcs = glob(["com/twitter/heron/api/**/*.java", "com/twitter/heron/dsl/**/*.java"]),
deps = api_deps_files,
)

Expand Down

0 comments on commit a471aff

Please sign in to comment.