From f6b94488a785017ff135d4fc809d06834a6251fd Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 19 Jun 2023 10:14:50 +0800 Subject: [PATCH] Remove quote from properties' values Signed-off-by: Cheng Pan --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f4ec3de0f..a43434735 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # # project # -gitProject = 'https://github.com/etcd-io/jetcd' -gitURL = 'git@github.com/etcd-io/jetcd.git' +gitProject = https://github.com/etcd-io/jetcd +gitURL = git@github.com/etcd-io/jetcd.git # # gradle