Skip to content

Commit

Permalink
添加发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan3058 committed Jan 5, 2018
1 parent a6f18e3 commit 6cf3a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id 'java'
}

apply from: 'deploy.gradle'

repositories {
maven{
url "http://maven.aliyun.com/nexus/content/groups/public"
Expand Down
4 changes: 2 additions & 2 deletions deploy.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply from: 'build.gradle'

apply plugin: 'maven'
apply plugin: 'signing'



def isReleaseBuild() {
return VERSION_NAME.contains("SNAPSHOT") == false
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ VERSION_CODE=1
#signing.password=xxxx
#signing.secretKeyRingFile=C:/Users/dell/AppData/Roaming/gnupg/secring.gpg
#MAVEN_USERNAME=xxx
#MAVEN_PASSWORD=xxxx

0 comments on commit 6cf3a1b

Please sign in to comment.