Skip to content

Commit 243455a

Browse files
author
Ganeshwara Hananda
committed
Update @vaticle_dependencies and remove an unneeded assemble_maven field
1 parent 49c586e commit 243455a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "addb74aeae25b179d88c34a5b6a32dbea79a3e24", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "64ed0408711a597bcf1e578e74073024a89fef63", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

grpc/java/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ checkstyle_test(
6666
assemble_maven(
6767
name = "assemble-maven",
6868
target = ":protocol",
69-
source_jar_prefix = "",
7069
version_overrides = version(artifacts_org = artifacts),
7170
workspace_refs = "@vaticle_typedb_protocol_workspace_refs//:refs.json"
7271
)

0 commit comments

Comments
 (0)