Preparing the release
This commit is contained in:
parent
8f75cff2aa
commit
58c2f26491
@ -12,6 +12,7 @@ allprojects {
|
||||
jcenter()
|
||||
}
|
||||
version = VERSION_NAME
|
||||
group = GROUP
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
@ -7,3 +7,15 @@ android.enableBuildCache=true
|
||||
android.buildCacheDir=build/pre-dex-cache
|
||||
|
||||
VERSION_NAME=1.0.0
|
||||
|
||||
GROUP=ru.noties
|
||||
POM_DESCRIPTION=Markwon
|
||||
POM_URL=https://github.com/noties/Markwon
|
||||
POM_SCM_URL=https://github.com/noties/Markwon
|
||||
POM_SCM_CONNECTION=scm:git:git://github.com/noties/Markwon.git
|
||||
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/noties/Markwon.git
|
||||
POM_LICENCE_NAME=The Apache Software License, Version 2.0
|
||||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
POM_LICENCE_DIST=repo
|
||||
POM_DEVELOPER_ID=noties
|
||||
POM_DEVELOPER_NAME=Dimitry Ivanov
|
@ -20,3 +20,7 @@ dependencies {
|
||||
compile ANDROID_GIF
|
||||
compile OK_HTTP
|
||||
}
|
||||
|
||||
if (project.hasProperty('release')) {
|
||||
apply from: 'https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
POM_NAME=Markwon-Image-Loader
|
||||
POM_ARTIFACT_ID=markwon-image-loader
|
||||
POM_PACKAGING=aar
|
@ -21,3 +21,7 @@ dependencies {
|
||||
|
||||
compile 'ru.noties:debug:3.0.0@jar'
|
||||
}
|
||||
|
||||
if (project.hasProperty('release')) {
|
||||
apply from: 'https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
POM_NAME=Markwon
|
||||
POM_ARTIFACT_ID=markwon
|
||||
POM_PACKAGING=aar
|
Loading…
x
Reference in New Issue
Block a user