Renovate interpolates method parameters in build.gradle wrongly #22600
Unanswered
michael-s-grant
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us what version of Renovate you run.
35.112.1
If you're self-hosting Renovate, select which platform you are using.
None
Was this something which used to work for you, and then stopped?
I am trying to get this working for the first time
Describe the problem
This
build.gradle
contains the lines:This should result in Renovate looking up "org.jetbrains.kotlin:kotlin-stdlib", but it fails to handle method parameter substitution correctly, and attempts to look up
org.jetbrains.kotlin:kotlin-gradle-method-call-problem-demo
which of course fails:The problem is easy enough to work around in the short term, so not a showstopper, but it ought still to be fixed.
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction in the description above
Beta Was this translation helpful? Give feedback.
All reactions