Currently the bintrayUpload command does not publish the gradle .module metadata file. This means gradle specific features that we now support (from 0.10.0) are not actually available to use.
The gradle wrapper does create the .module file, we just need to ensure it is included in the publication.
Currently the
bintrayUploadcommand does not publish the gradle.modulemetadata file. This means gradle specific features that we now support (from 0.10.0) are not actually available to use.The gradle wrapper does create the .module file, we just need to ensure it is included in the publication.