Here is one question encountered when build the multipicker project. It shows
No such property: scmUrl for class: org.gradle.api.publication.maven.internal.pom.CustomModeBuilder
when clean project.
I do not know the scmUrl is when build it can you show me the url is ? or how to fix this tech. problems?
Below is my build gradle files
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// compile group:'com.kbeanie', name:'multipicker', version:'1.1.31'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Hi Author:
Here is one question encountered when build the multipicker project. It shows No such property: scmUrl for class: org.gradle.api.publication.maven.internal.pom.CustomModeBuilder when clean project. I do not know the scmUrl is when build it can you show me the url is ? or how to fix this tech. problems? Below is my build gradle files
Hope you can feedback me asap.
Thanks you !
app/bulid.gradle
android-multipicker-librart-dev/build.gradle
gradle/gradle.properties
Wed Mar 15 09:17:39 CST 2017
sonatypeUsername=
sonatypePassword=
sonatypeRepo=
scmUrl=
multipicker/build.gradle