From 7053257e10dd213e06a074943971828f3738b99b Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Mon, 14 Feb 2022 13:25:22 +0800 Subject: [PATCH] Merge Gradle code --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index af55019b..773e2473 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { ext { devId = "0" devUser = "fankesyooni" - userEmail = 'qzmmcn@163.com' + userEmail = "qzmmcn@163.com" groupId = "com.highcapable.yukihookapi" apiVersion = "1.0" repoName = "YukiHookAPI" @@ -16,9 +16,9 @@ ext { licenceName = "MIT License" licenceUrl = "https://github.com/fankes/YukiHookAPI/blob/master/LICENSE" website = "https://github.com/fankes/YukiHookAPI" - githubConnection = 'scm:git:git://github.com/path/to/repo.git' - githubDeveloperConnection = 'scm:git:ssh://github.com/path/to/repo.git' - githubUrl = 'https://github.com/path/to/repo' + githubConnection = "scm:git:git://github.com/path/to/repo.git" + githubDeveloperConnection = "scm:git:ssh://github.com/path/to/repo.git" + githubUrl = "https://github.com/path/to/repo" ossName = "OSSRH" ossUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" }