Skip to content

Commit dbb6fe8

Browse files
Try resolve artifact from Google Artifact Registry
1 parent 3be099a commit dbb6fe8

File tree

2 files changed

+889
-2
lines changed

2 files changed

+889
-2
lines changed

sdk/bazel-java-deps.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def install_java_deps():
8383
),
8484
"com.daml:transcode-codec-proto-scala-daml3.5_3:{}".format(transcode_version),
8585
"com.daml:transcode-daml-lf-daml3.5_3:{}".format(transcode_version),
86+
"com.digitalasset.canton:base-errors_{}:3.5.0-SNAPSHOT".format(scala_major_version),
8687
maven.artifact(
8788
group = "com.daml",
8889
artifact = "transcode-schema_3",
@@ -313,6 +314,7 @@ def install_java_deps():
313314
},
314315
repositories = [
315316
"https://repo1.maven.org/maven2",
317+
"https://europe-maven.pkg.dev/da-images-dev/playground-maven"
316318
],
317319
# The strict_visibility attribute controls whether all artifacts should
318320
# be visible (including transitive dependencies), or whether only

0 commit comments

Comments
 (0)