Preparing the release
This commit is contained in:
parent
8f75cff2aa
commit
58c2f26491
@ -12,6 +12,7 @@ allprojects {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
version = VERSION_NAME
|
version = VERSION_NAME
|
||||||
|
group = GROUP
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
|
@ -6,4 +6,16 @@ org.gradle.configureondemand=true
|
|||||||
android.enableBuildCache=true
|
android.enableBuildCache=true
|
||||||
android.buildCacheDir=build/pre-dex-cache
|
android.buildCacheDir=build/pre-dex-cache
|
||||||
|
|
||||||
VERSION_NAME=1.0.0
|
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
|
@ -19,4 +19,8 @@ dependencies {
|
|||||||
compile ANDROID_SVG
|
compile ANDROID_SVG
|
||||||
compile ANDROID_GIF
|
compile ANDROID_GIF
|
||||||
compile OK_HTTP
|
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'
|
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