-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-project publish ignores repo in one of the subprojects #120
Comments
Hi @budjb, |
Any estimated date for this new version? I have this situation as well, one generic repo with dist zips and a Maven repo with a java agent jar. |
@ollehallin, we will try to have this functionality released before the end of next week. |
It works fine now! (BTW: README.md still references version 1.6) Olle |
Great to hear @ollehallin! |
I have a build with many libraries that are set up to publish to bintray. One of those subprojects is a Grails 3 plugin, which uses the bintray underneath Grails' own logic. The Grails project is special in that I deploy that artifact to a different repository (named grails-plugins) than the other libraries in the project (which go to maven).
The behavior I'm seeing is that all artifacts upload to bintray correctly, but I see a failure in the publish stage for the Grails plugin. Inspecting the URL for the publish step for the Grails plugin shows that it attempts to hit the URL for the artifact under the maven repository instead of the grails-plugins repository.
The only way to finish the publish is to log into bintray and click the publish link in the notification that I have unpublished artifacts.
You can see my setup at https://github.com/budjb/http-requests. Please let me know what else you might need to investigate this.
The text was updated successfully, but these errors were encountered: