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

Cache dependencies during build #605

Closed
milanmajchrak opened this issue Apr 8, 2024 · 0 comments
Closed

Cache dependencies during build #605

milanmajchrak opened this issue Apr 8, 2024 · 0 comments

Comments

@milanmajchrak
Copy link
Collaborator

We wanted to decrease build time - successful.
Then jm wanted to not build every time to prevent (probably) dependency injection.
Doesn't appear to be entirely possible.

there is ADD . - meaning every push requires new build (every push contains SOME change to files,
which results in new build)

maybe he needs no sources, just POMs, check it

this is now done for security reasons only, it would not be saving any time

Uses mvn package. Is this really dependencies then?

I suggest dropping this one. It is wrong naming, not really a dependencies.
I strongly believe this is not essential to our effort in the current moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants