Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经看到了与此类似的问题,但对于 maven 而不是 gradle。我使用 docker 容器的 kaniko 缓存,如果我可以将依赖项与应用程序分开,我可以大大提高缓存命中率,因为依赖项不会经常更改。我正在寻找某种方法来构建依赖项 jar,或者构建一个 Dockerfile 来单独复制 jar 文件(kaniko 使用 Dockerfile 并分别缓存每个命令。