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

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

    I believe This line shows error:

    authentication(userName: ossrhUsername, password: ossrhPassword)

    Replace it with:

    authentication(userName: hasProperty('ossrhUsername')?ossrhUsername:'', password: hasProperty('ossrhPassword')?ossrhPassword:'')

提交回复
热议问题