bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 197 forks source link

> Task :app:bintrayUpload Repository name, package name or version name are null for project: project ':app' #279

Open Testing-007 opened 5 years ago

Testing-007 commented 5 years ago

When applying this command in terminal

./gradlew clean build bintrayUpload -PbintrayUser= -PbintrayKey -PdryRun=false then it will give following messge but still Build is Successful.

screenshot Repo is not displaying add to the jCenter button in Bintray What the solution to this problem?

asuslennikov commented 5 years ago

Check the #249. I solved the same issue when moved this plugin inclusion out of 'projectsEvaluated' block (I have a multi-module project, so I add it in base build.gradle).