Hacker News new | ask | show | jobs
by jsiepkes 929 days ago
> Man, not having to build the same code that hasn’t changed over and over locally and in pipelines sounds so appealing.

Can't you use something like Maven build cache ( https://maven.apache.org/extensions/maven-build-cache-extens... ) for that?

1 comments

I somehow have never seen this. Will try it out, thanks