cashapp / misk

Microservice Kontainer
https://cashapp.github.io/misk/
Apache License 2.0
399 stars 169 forks source link

Update to gradle 8.7 #3264

Closed staktrace closed 4 months ago

staktrace commented 4 months ago

I decided for now to make this PR just do the gradle version upgrade and punt on the configuration cache enabling. Given that misk wasn't building with configuration before, and it's a bunch of work to make it configuration-cache-compatible, I'll focus on that separately if we really need it.

staktrace commented 4 months ago

https://github.com/cashapp/misk/pull/3266 is a follow-up that enables the configuration cache, but requires deleting the revapi plugin in order to do so