-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fallback on non-MavenRepository repos #722
Conversation
While this is true, I think returning at least |
yo @armanbilge can we get this merged&released please? 🥺 |
I agree.
I find it very useful :) I copy-paste from there to get the resolver config whenever I need to depend on a snapshot. The goal is to print something there that will help the user. |
Btw, thanks so much for investigating this, very appreciated 🙏 |
Fair enough, added more verbosity! (in non-URLRepository just doing a full toString as well) |
TBH I don't think that'll fix it.
this would imply that there was a |
WDYM? At least the |
I haven't tried out the change yet, just thinking that if the But maybe it's not actually used for publishing and only used to print the result, in which case it'd be ok 😅 |
sonatype-ci-release/src/main/scala/org/typelevel/sbt/TypelevelSonatypeCiReleasePlugin.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for chasing this down!
Currently, if you publish to the new Sonatype Central repository (#721), during publishing you'll encounter the following issue:
It happens in the code that computes a step summary. Originally, I tried to write a rendering function for the entire
URLRepository
, but serializingPatterns
is a bit tedious and the step summary isn't all that useful, so I figured we can start with an empty string for now.