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 was archived by the owner on May 11, 2021. It is now read-only.
Currently when the new version is uploaded to Bintray the vcsTag field is not set and Bintray uses plain version (e.g. 1.3.2) as a tag name. With more complicated release tag patterns (e.g. release/1.3.2) it is required to specify that explicit (with bintray.pkg.version.vcsTag).
Currently when the new version is uploaded to Bintray the
vcsTagfield is not set and Bintray uses plain version (e.g.1.3.2) as a tag name. With more complicated release tag patterns (e.g.release/1.3.2) it is required to specify that explicit (withbintray.pkg.version.vcsTag).