Open Testing-007 opened 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?
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).
When applying this command in terminal
screenshot Repo is not displaying add to the jCenter button in Bintray What the solution to this problem?