Skip to content

add a discrete job in CI for publishing to mavenLocal, then cache it #668

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

Merged
merged 2 commits into from
May 23, 2022

Conversation

RBusarow
Copy link
Member

@RBusarow RBusarow commented May 23, 2022

The maven local publication is needed for the TestKit integration tests, so that's two different actors.

99.999% of the processing necessary for publishToMavenLocal is for doing the actual builds and then generating the KDoc. All that KDoc is needed when building the website, so that's now three actors.

Since half of the testing is done on a Windows machine, it's probably faster to do all that work and cache it on a Linux machine, then restore on Windows -- even with the added I/O. That's the theory, anyway.

@kodiakhq kodiakhq bot merged commit a650961 into main May 23, 2022
@kodiakhq kodiakhq bot deleted the add_CI_step_for_publishing_to_maven_local branch May 23, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant