File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,6 @@ if (new File(file).exists()) {
49
49
group = SMART_GROUP
50
50
version = SMART_VERSION
51
51
if (name. split(' -' ). length > 2 ) {
52
- // afterEvaluate {
53
- // publish {
54
- // userOrg = SMART_USER
55
- // groupId = group
56
- // artifactId = name
57
- // desc = description
58
- // publishVersion = version
59
- // website = "https://github.com/scwang90/${rootProject.name}"
60
- // }
61
- // }
62
- // apply plugin: 'com.novoda.bintray-release'
63
52
64
53
apply plugin : ' maven-publish'
65
54
apply plugin : ' signing'
@@ -128,7 +117,7 @@ if (new File(file).exists()) {
128
117
return
129
118
}
130
119
def dependencyNode = dependenciesNode. appendNode(' dependency' )
131
- dependencyNode. appendNode(' groupId' , it . group )
120
+ dependencyNode. appendNode(' groupId' , SMART_GROUP_MVN )
132
121
dependencyNode. appendNode(' artifactId' , it. name)
133
122
dependencyNode. appendNode(' version' , it. version)
134
123
if (name == " api" || name == " compile" ) {
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
SMART_USER =scwang90
20
20
SMART_GROUP =com.scwang.smart
21
- SMART_VERSION =2.0.4
21
+ SMART_VERSION =2.0.5
22
22
# -SNAPSHOT
23
23
SMART_PUBLISH =false
24
24
SMART_GROUP_MVN =io.github.scwang90
25
25
SMART_EMAIL =scwang90@hotmail.com
26
26
27
27
signing.keyId =888F6528
28
28
signing.password =
29
- signing.secretKeyRingFile =/Users/scwang/.gnupg/secret-rsa.gpg
29
+ signing.secretKeyRingFile =/Users/scwang/.gnupg/secret-rsa.gpg
You can’t perform that action at this time.
0 commit comments