-
Notifications
You must be signed in to change notification settings - Fork 283
bugfix: Update sbt plugin to correctly publish to maven central #4917
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
Conversation
|
@kitbellew I released the last tag and these changes are needed to fix any future issues |
kitbellew
left a comment
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.
just some questions.
| resolvers ++= Resolver.sonatypeOssRepos("releases") | ||
| resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
|
|
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.
these don't work anymore and there's no central-repo-compliant version, or they were never needed in the first place?
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.
I don't think this was ever needed since we don't use snapshot versions of any of the plugins. We can add maven-snapshots to have the same results, but it doesn't add anything currently.
For releases it's basically the same as maven-central
|
formatting check fails, rest are ok. |
No description provided.