From d09f3826231e6c44f38ff72ca42d96834a757b01 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 26 Jul 2022 00:35:59 -0400 Subject: [PATCH] Adjust maven repostiory URL for grpc. --- grpc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/build.gradle b/grpc/build.gradle index 2a73791904..4a5fdf3484 100644 --- a/grpc/build.gradle +++ b/grpc/build.gradle @@ -24,7 +24,7 @@ plugins { } repositories{ - maven { url "https://dl.bintray.com/chaos-systems/mvn" } + maven { url "https://mvnrepository.com/artifact" } } dependencies {