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

后端 未结 6 1204
遇见更好的自我
遇见更好的自我 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:55

    I encountered the same error

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

    What I did to fix the problem was I just copy pasted 'sonatypeUserName' in the gradle.properties

提交回复
热议问题