Java: Make it easier to mix examples compiled with 'javac' and 'bazel run'
Change: 143845543
This commit is contained in:
parent
48ca775da6
commit
8047c97a98
@ -19,6 +19,10 @@ filegroup(
|
||||
exclude = [
|
||||
"**/METADATA",
|
||||
"**/OWNERS",
|
||||
# Exclude any .class files that might have been generated
|
||||
# by manual invocations of javac as described in
|
||||
# tensorflow/java/README.md
|
||||
"**/*.class",
|
||||
],
|
||||
),
|
||||
visibility = ["//tensorflow:__subpackages__"],
|
||||
|
Loading…
Reference in New Issue
Block a user