Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from auke-/master
Browse files Browse the repository at this point in the history
Set main_class for generated deps java binary
  • Loading branch information
ekuefler authored Oct 24, 2016
2 parents 540fae1 + 159c1b0 commit aef7ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gwt/gwt.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,15 @@ def gwt_application(
if len(srcs) > 0:
native.java_binary(
name = name + "-deps",
main_class = name,
resources = resources,
srcs = srcs,
deps = all_deps,
)
else:
native.java_binary(
name = name + "-deps",
main_class = name,
resources = resources,
runtime_deps = all_deps,
)
Expand Down

0 comments on commit aef7ea5

Please sign in to comment.