You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now directly depend on `:my_thirdparty_lib` target in your `java_library` rules or build the jar files with `bazel build //path/to/your/BUILD/file/directory:my_thirdparty_lib`.
31
31
The jar files with the generated source will created in `bazel-bin/path/to/your/BUILD/file/directory`.
@@ -53,9 +53,6 @@ Run as a standalone java program
53
53
54
54
The generated jar file can be found at `bazel-bin/java/jsinterop/generator/closure/ClosureJsinteropGenerator_deploy.jar`
55
55
56
-
### Or download the generator
57
-
TODO(dramaix): provides link to download the generator.
0 commit comments