File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ workspace(name = "com_google_elemental2")
33load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
44
55# Load J2CL separately
6- _J2CL_VERSION = "master "
6+ _J2CL_VERSION = "20241031 "
77
88http_archive (
99 name = "com_google_j2cl" ,
1010 strip_prefix = "j2cl-%s" % _J2CL_VERSION ,
11- url = "https://github.com/google/j2cl/archive/%s.zip" % _J2CL_VERSION ,
11+ url = "https://github.com/google/j2cl/archive/v %s.zip" % _J2CL_VERSION ,
1212)
1313
1414load ("@com_google_j2cl//build_defs:repository.bzl" , "load_j2cl_repo_deps" )
Original file line number Diff line number Diff line change 22
33load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
44
5- _JSINTEROP_GENERATOR_VERSION = "master "
5+ _JSINTEROP_GENERATOR_VERSION = "20241031 "
66
77def load_elemental2_repo_deps ():
88 http_archive (
99 name = "com_google_jsinterop_generator" ,
10- url = "https://github.com/google/jsinterop-generator/archive/%s.zip" % _JSINTEROP_GENERATOR_VERSION ,
10+ url = "https://github.com/google/jsinterop-generator/archive/v %s.zip" % _JSINTEROP_GENERATOR_VERSION ,
1111 strip_prefix = "jsinterop-generator-%s" % _JSINTEROP_GENERATOR_VERSION ,
1212 )
1313
You can’t perform that action at this time.
0 commit comments