No such property: sonatypeUserName for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

后端 未结 6 1181
遇见更好的自我
遇见更好的自我 2020-12-14 10:10

I\'m trying to use this blibioteca android-maps-extensions because I need to fix more than 1000 markers on my map .

Added the project dependencies in my project :

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 10:53

    Open the gradle.properties file inside the projects android-maps-utils-master that you may have downloaded from GitHub

    You will find

    version=0.4-SNAPSHOT
    
    # variables required to allow build.gradle to parse,
    # override in ~/.gradle/gradle.properties
    signing.keyId=
    signing.password=
    signing.secretKeyRingFile=
    
    sonatypeUsername=
    sonatypePassword=
    

    inside it, just copy and put it in your projects gradle.properties.

提交回复
热议问题