Skip to content

Commit

Permalink
Bump bazel version to 7.0.0 (#229)
Browse files Browse the repository at this point in the history
* Bump bazel version to 7.0.0

* Try ignoring MODULE.bazel.lock
  • Loading branch information
illicitonion authored Jan 5, 2024
1 parent 090131a commit 01556a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Settings that apply only to CI are in .github/workflows/ci.bazelrc

build --enable_bzlmod

# Pin java versions
build:jdk11 --java_runtime_version=remotejdk_11
build:jdk11 --java_language_version=11
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bazel-*
.ijwb
.eclipse
/comparative-tests/.gradle/
/MODULE.bazel.lock

0 comments on commit 01556a1

Please sign in to comment.