4finance / micro-infra-spring

Repository containing default microservice infrastructure set up using Spring configuration
Apache License 2.0
203 stars 49 forks source link

Improve caching in Travis #619

Open szpak opened 7 years ago

szpak commented 7 years ago

Should not rebuild after every build.

In 2.14 not all entries are needed, but after upgrade to 3.x they will be useful.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e8a8a458c9f0960df84e8778c3f0d0dd2b7a07d0 on tech/cacheTravis2 into on master.

me3x commented 6 years ago

We're already on gradle 3.5.1. Could you please check?

szpak commented 6 years ago

I rebased with master and there's something wrong with the build. In the first build (PR) it seems to be something related to https://github.com/4finance/micro-common-release . In the second the build takes very long.

szpak commented 6 years ago

It should not be related to my changes in cache. I propose to merge it as is (and tune in separately in the future, if needed).