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
The effective impact of this is probably what was reported in this comment #2814 (comment)
Context
I did some investigation and seems like the issue is that the gradle-bintray-plugin is failing to publish .module files: bintray/gradle-bintray-plugin#229
Given that we are applying both gradle-bintray-plugin and maven-publish (for publishing on artifactory), my suggestion is that we drop the gradle-bintray-plugin as we use only maven-publish for publishing (to hit bintray/artifactory).
The text was updated successfully, but these errors were encountered:
Expected Behavior
One of:
.module
files are available on Bintray/MavenCentral.pom
file shouldn't contain the Gradle Module marker:<!-- do_not_remove: published-with-gradle-metadata -->
Observed Behavior
Currently we have published
pom
files that contains the<!-- do_not_remove: published-with-gradle-metadata -->
marker for all the modules (see here).Steps to Reproduce
Module files are missing for all the modules (you can check it here).
The effective impact of this is probably what was reported in this comment #2814 (comment)
Context
I did some investigation and seems like the issue is that the gradle-bintray-plugin is failing to publish
.module
files: bintray/gradle-bintray-plugin#229Given that we are applying both
gradle-bintray-plugin
andmaven-publish
(for publishing on artifactory), my suggestion is that we drop thegradle-bintray-plugin
as we use onlymaven-publish
for publishing (to hit bintray/artifactory).The text was updated successfully, but these errors were encountered: