File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "rules_jvm_external" ,
3
- version = "6.5 " ,
3
+ version = "6.6 " ,
4
4
bazel_compatibility = [">=7.0.0" ],
5
5
)
6
6
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Support for Bazel versions before `4.0.0` is only available on rules_jvm_externa
100
100
101
101
## Usage
102
102
103
- ### With bzlmod (Bazel 7 and above)
103
+ ### Recommended: bzlmod (Bazel 7 and above)
104
104
105
105
If you are starting a new project, or your project is already using Bazel 7 and
106
106
above, we recommend using [ ` bzlmod ` ] ( https://bazel.build/external/overview ) to
@@ -114,6 +114,8 @@ on-by-default in Bazel 7.0.
114
114
115
115
### With WORKSPACE file (legacy)
116
116
117
+ NOTE: WORKSPACE support is disabled by default in Bazel 8.0, and will be removed in Bazel 9.0.
118
+
117
119
List the top-level Maven artifacts and servers in the WORKSPACE:
118
120
119
121
``` python
You can’t perform that action at this time.
0 commit comments