Skip to content
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

Tweak publishing from plugin/lib splitting #196

Merged
merged 2 commits into from
Feb 1, 2021
Merged

Conversation

dwijnand
Copy link
Member

  1. Add sbt-plugin-releases so dynver can resolve its previous artifacts
  2. Publish dynver in ivy-style (non-maven-style) so it can be resolve as a transitive dependency of sbt-dynver - the previous point was for when you're resolving dynver directly
  3. Clear bintray/resolver which locally, not in CI, includes my own bintray repository, via my credentials info..
  4. Speed up scripted by reusing the user home sbt boot directory
  5. Shift the MiMa related settings into its own file

1. Add sbt-plugin-releases so dynver can resolve its previous artifacts
2. Publish dynver in ivy-style (non-maven-style) so it can be resolve as
   a transitive dependency of sbt-dynver - the previous point was for
   when you're resolving dynver directly
3. Clear bintray/resolver which locally, not in CI, includes my own
   bintray repository, via my credentials info..
4. Speed up scripted by reusing the user home sbt boot directory
5. Shift the MiMa related settings into its own file
6. Temporarily disable MiMa while we can't resolve dynver... :D
@dwijnand dwijnand force-pushed the build-and-publishing branch from 5dcd8ed to 49a8373 Compare January 28, 2021 14:28
@dwijnand dwijnand merged commit 463749d into master Feb 1, 2021
@dwijnand dwijnand deleted the build-and-publishing branch February 1, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant