File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,14 @@ http_archive(
349
349
url = "https://dl.google.com/dl/android/studio/ide-zips/2022.3.1.19/android-studio-2022.3.1.19-linux.tar.gz" ,
350
350
)
351
351
352
+ http_archive (
353
+ name = "rules_java" ,
354
+ urls = [
355
+ "https://github.com/bazelbuild/rules_java/releases/download/8.5.1/rules_java-8.5.1.tar.gz" ,
356
+ ],
357
+ sha256 = "1389206b2208c5f33a05dd96e51715b0855c480c082b7bb4889a8e07fcff536c" ,
358
+ )
359
+
352
360
_protobuf_version = "29.0-rc1"
353
361
354
362
_protobuf_sha256 = "32247eed6fa8c9792d2667b9fb306e8403736097226b478711d7f3bfece6fbda"
@@ -360,18 +368,13 @@ http_archive(
360
368
urls = ["https://github.com/protocolbuffers/protobuf/archive/v%s.tar.gz" % _protobuf_version ],
361
369
)
362
370
371
+ load ("@rules_java//java:rules_java_deps.bzl" , "rules_java_dependencies" )
372
+ rules_java_dependencies ()
373
+
363
374
load ("@protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
364
375
protobuf_deps ()
365
376
366
- http_archive (
367
- name = "rules_java" ,
368
- urls = [
369
- "https://github.com/bazelbuild/rules_java/releases/download/7.10.0/rules_java-7.10.0.tar.gz" ,
370
- ],
371
- sha256 = "eb5447f019734b0c4284eaa5f8248415084da5445ba8201c935a211ab8af43a0" ,
372
- )
373
- load ("@rules_java//java:repositories.bzl" , "rules_java_dependencies" , "rules_java_toolchains" )
374
- rules_java_dependencies ()
377
+ load ("@rules_java//java:repositories.bzl" , "rules_java_toolchains" )
375
378
rules_java_toolchains ()
376
379
377
380
# LICENSE: Common Public License 1.0
You can’t perform that action at this time.
0 commit comments