Preparing the release

This commit is contained in:
Dimitry Ivanov 2017-05-26 12:42:49 +03:00
parent 8f75cff2aa
commit 58c2f26491
6 changed files with 28 additions and 1 deletions

View File

@ -12,6 +12,7 @@ allprojects {
jcenter()
}
version = VERSION_NAME
group = GROUP
}
task clean(type: Delete) {

View File

@ -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

View File

@ -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'
}

View File

@ -0,0 +1,3 @@
POM_NAME=Markwon-Image-Loader
POM_ARTIFACT_ID=markwon-image-loader
POM_PACKAGING=aar

View File

@ -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'
}

View File

@ -0,0 +1,3 @@
POM_NAME=Markwon
POM_ARTIFACT_ID=markwon
POM_PACKAGING=aar