mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Merge Gradle code
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
|||||||
ext {
|
ext {
|
||||||
devId = "0"
|
devId = "0"
|
||||||
devUser = "fankesyooni"
|
devUser = "fankesyooni"
|
||||||
userEmail = 'qzmmcn@163.com'
|
userEmail = "qzmmcn@163.com"
|
||||||
groupId = "com.highcapable.yukihookapi"
|
groupId = "com.highcapable.yukihookapi"
|
||||||
apiVersion = "1.0"
|
apiVersion = "1.0"
|
||||||
repoName = "YukiHookAPI"
|
repoName = "YukiHookAPI"
|
||||||
@@ -16,9 +16,9 @@ ext {
|
|||||||
licenceName = "MIT License"
|
licenceName = "MIT License"
|
||||||
licenceUrl = "https://github.com/fankes/YukiHookAPI/blob/master/LICENSE"
|
licenceUrl = "https://github.com/fankes/YukiHookAPI/blob/master/LICENSE"
|
||||||
website = "https://github.com/fankes/YukiHookAPI"
|
website = "https://github.com/fankes/YukiHookAPI"
|
||||||
githubConnection = 'scm:git:git://github.com/path/to/repo.git'
|
githubConnection = "scm:git:git://github.com/path/to/repo.git"
|
||||||
githubDeveloperConnection = 'scm:git:ssh://github.com/path/to/repo.git'
|
githubDeveloperConnection = "scm:git:ssh://github.com/path/to/repo.git"
|
||||||
githubUrl = 'https://github.com/path/to/repo'
|
githubUrl = "https://github.com/path/to/repo"
|
||||||
ossName = "OSSRH"
|
ossName = "OSSRH"
|
||||||
ossUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
|
ossUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user