Gradle update fails with no output #33964
Replies: 3 comments 2 replies
-
An interesting side note: |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Contributions to are welcome/permitted. This is what's used in the hosted app |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
We're using Renovate in the scope of an Android project, in which it is trying to update the Gradle version from
8.12
to8.12.1
. Whenever it tries to update it, the gradle task invariably fails without any relevant output, making the whole job and any subsequent update fail (e.g., it doesn't update Renovate's dashboard in our repo).I've been trying to increase the verbosity of the Gradle task by adding the
GRADLE_OPTS
env variable, but it didn't work because: 1. we are using the free tier, so onlyMEND_*
env vars can be configured through the UI and 2. when defining it through our config file, I get an error sayingGRADLE_OPTS
is not part ofallowedEnv
. I was also not able to reproduce this locally or in a different project.Any idea on how to fix this or increase the verbosity would be greatly appreciated. Thank you!
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions