You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone vanilla repo, "./gradlew build" fails. It would be nice if it worked out of the box.
Build file '/Users/sfaber/mockito/gradle-bintray-plugin/build.gradle' line: 99
* What went wrong:
A problem occurred evaluating root project 'gradle-bintray-plugin'.
> Could not find property 'bintrayUser' on com.jfrog.bintray.gradle.BintrayExtension_Decorated@404eca05.
The text was updated successfully, but these errors were encountered:
I've run into this on other projects that use the bintray plugin. It would be nice if the bintray plugin didn't bother evaluating its configuration till it's actually needed.
When I clone vanilla repo, "./gradlew build" fails. It would be nice if it worked out of the box.
The text was updated successfully, but these errors were encountered: