File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[general]
2- maven_install_paths=maven_install.json,antlr_install .json
2+ maven_install_paths=examples/ maven_install/* .json
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ maven_install(
3636 strict_visibility = False ,
3737 generate_compat_repositories = False ,
3838 # to regenerate the pinned file: bazel run @unpinned_maven//:pin
39- maven_install_json = "//:maven_install.json" ,
39+ maven_install_json = "//examples/maven_install :maven_install.json" ,
4040 resolve_timeout = 1800 ,
4141)
4242
@@ -60,7 +60,7 @@ maven_install(
6060 strict_visibility = True ,
6161 generate_compat_repositories = False ,
6262 # to regenerate the pinned file: bazel run @unpinned_antlr//:pin
63- maven_install_json = "//:antlr_install.json" ,
63+ maven_install_json = "//examples/maven_install :antlr_install.json" ,
6464 resolve_timeout = 1800 ,
6565)
6666
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments