diff --git a/build.gradle b/build.gradle index 69fea88d89..836bc14524 100644 --- a/build.gradle +++ b/build.gradle @@ -248,8 +248,8 @@ subprojects { url 'https://github.com/grpc/grpc-java' scm { - connection 'scm:svn:https://github.com/grpc/grpc-java.git' - developerConnection 'scm:svn:git@github.com:grpc/grpc-java.git' + connection 'scm:git:https://github.com/grpc/grpc-java.git' + developerConnection 'scm:git:git@github.com:grpc/grpc-java.git' url 'https://github.com/grpc/grpc-java' }