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
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Prior to Gradle 5.0, the publishing {} block was (by default) implicitly treated as if all the logic inside it was executed after the project is evaluated. This behavior caused quite a bit of confusion and was deprecated in Gradle 4.8, because it was the only block that behaved that way.
Standard way of configuring Bintray does not work in some projects. It seems like a bug in Gradle.
Typical content in "gradle/shipkit.gradle":
Problem is that bintray settings are not applied in some projects. For example, I needed this workaround: linkedin/dynamometer#86
Given that we withId("...") cannot be trusted, perhaps we update the configuration along with the workaround above. Thoughts?
The text was updated successfully, but these errors were encountered: