Skip to content

Commit

Permalink
Upgrade to Bazel 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joca-bt committed Dec 13, 2023
1 parent 627ec8c commit 502b7bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build --javacopt=-Xlint:-processing
build --javacopt=-Werror

build --symlink_prefix=.bazel/
build --lockfile_mode=off
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
7.0.0
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module(name = "extra_rules_java")
1 change: 1 addition & 0 deletions jar-loader/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ java_library(
name = "jar-loader",
srcs = glob(["src/main/java/**/*.java"]),
javacopts = [
"-Xlint:-this-escape",
"-Xlint:-try",
],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 502b7bc

Please sign in to comment.