Skip to content

Commit e452bd2

Browse files
author
scwang90
committed
publish 2.0.5
1 parent 010ccb6 commit e452bd2

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ if (new File(file).exists()) {
4949
group = SMART_GROUP
5050
version = SMART_VERSION
5151
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'
6352

6453
apply plugin: 'maven-publish'
6554
apply plugin: 'signing'
@@ -128,7 +117,7 @@ if (new File(file).exists()) {
128117
return
129118
}
130119
def dependencyNode = dependenciesNode.appendNode('dependency')
131-
dependencyNode.appendNode('groupId', it.group)
120+
dependencyNode.appendNode('groupId', SMART_GROUP_MVN)
132121
dependencyNode.appendNode('artifactId', it.name)
133122
dependencyNode.appendNode('version', it.version)
134123
if (name == "api" || name == "compile") {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
SMART_USER=scwang90
2020
SMART_GROUP=com.scwang.smart
21-
SMART_VERSION=2.0.4
21+
SMART_VERSION=2.0.5
2222
# -SNAPSHOT
2323
SMART_PUBLISH=false
2424
SMART_GROUP_MVN=io.github.scwang90
2525
SMART_EMAIL=scwang90@hotmail.com
2626

2727
signing.keyId=888F6528
2828
signing.password=
29-
signing.secretKeyRingFile=/Users/scwang/.gnupg/secret-rsa.gpg
29+
signing.secretKeyRingFile=/Users/scwang/.gnupg/secret-rsa.gpg

0 commit comments

Comments
 (0)