Closed vgropp closed 3 years ago
We use this set() notation to ovveride Spring IO dependencies, using springCloud.version = "" is not possible in build.gradle: https://docs.spring.io/platform/docs/current/reference/html/getting-started-overriding-versions.html
@zharinov can you scope or fix this for both gradle and gradle-lite?
Sure, let's see...
Well, I wonder why gradle
execution fails to extract report and extract any dep from the sample fork.
But merging #8315 is merged and enabling "gradle-lite": { "enabled": true }
in config should be enough to resolve the issue.
Thanks alot for the fast fix for gradle-lite
, i'll try to test it soon. But using gradle-lite will probably be blocked for us cause of #8188, is adding this to gradle
still in skope or should it already work and we are missing some other config?
Okay, also I'll unblock #8188 for you soon ;)
@vgropp can you please check if all your use-cases is covered by gradle-lite
or not?
Hi, thanks again for the fast help. Our current use-cases seemes to be covered after enabling gradle-lite
What Renovate type, platform and version are you using?
we are using https://gitlab.com/renovate-bot/renovate-runner/-/blob/master/templates/renovate.gitlab-ci.yml as an include in gitlab-ci
Describe the bug
When generating a sample project at start.pring.io for gradle im getting this (I already changed BOM as found in #4614 to platform()):
Renovate fails to upgrade
set('springCloudVersion', "Hoxton.SR8")
, usingspringCloudVersion = "Hoxton.SR8"
it does work. regex to match this :set\(\s*['"](.+)['"]\s*,\s*['"](.+)['"]\s*\)
and replacement:$1 = "$2"
Is there any chance to get this gradle syntax supported?
Relevant debug logs
Have you created a minimal reproduction repository?
https://gitlab.com/vgropp/renovate-spring-gradle-sample