Upgrading gradle is a binary thing right? It works or it doesn’t? Can upgrading gradle cause any issues in prod?
g
gildor
09/29/2020, 4:56 AM
in theory it can, after all it controls build, so new version in theory can produce build which fails on startup/runtime when deployed on prod, but chance is pretty low of course, and probably should be catched by tests