Conversation
|
Alright, alright, I've done my homework too and used ChatGPT to check your PR! 😈 Got this:
I don't know if that setting is real or hallucination, but look at your log in #153 (comment) which says Build cache is disabled. So, I guess in addition to your changes the build cache should be disabled. Right? |
|
I read the Gradle output carefully and found a way to debug this PR. So I spent some time learning the details of the Gradle Download task. There is a parameter named
I tried the parameter and it did solve the problem. |
Before, I did not add any settings to disable the Gradle build cache. I did not modify any settings related to Gradle because I'm not familiar with it :) Edit: by the way, I use serious-python in the FeelUOwnX project. |
Try to fix #153 .
Note that I'm not familiar with Gradle and the code is generated by AI. And the code looks good :)