Skip to content

Commit

Permalink
Update example/minijava to use @bazel_rules too
Browse files Browse the repository at this point in the history
  • Loading branch information
regisd committed Oct 17, 2018
1 parent e0d68bd commit 42904df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jflex/examples/cup-java-minijava/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package(default_visibility = ["//visibility:public"])

load("@jflex_rules//jflex:jflex.bzl", "jflex")
load("//cup:cup.bzl", "cup")
load("@jflex_rules//cup:cup.bzl", "cup")

# The best practice is to define the rules in their respective directory in
# - src/main/java/org/example/foo/BUILD
Expand Down

0 comments on commit 42904df

Please sign in to comment.