Open jerryshao opened 4 months ago
I would like to try to solve this issue, please assign it to me. Many thanks 😺
I would like to try to solve this issue, please assign it to me. Many thanks 😺
Nice, please go ahead, I will assign it to you.
@frankvicky How are you going this this? Are you still able to work on it?
Hi @justinmclean Unfortunately I dont have free cycle now, if this ticket is in a rush, feel free to reassign.
justinmclean Hi @justinmclean, I would love to work on this issue, could anyone assign this to me?
Hi @jerryshao, could you share your version of the 'gradle-wrapper.jar' file? I built the project with gradle-wrapper.jar(v8.11.0-M1) and didn't trigger these warnings, I am suspecting whether its because this?
You can just simply run the ./gradlew build
to see the warnings, the script will download the wrapper jar automatically, you don't have to install it manually.
Hi @jerryshao, thanks for the explanation, I just re-built the program with "./gradlew build" a couple more times. However, I was only able to trigger the warnings thats in your screenshot for one time, and it seemed like after the dependencies were installed the warnings were also gone. I tried cleaning the cache but the warnings were still gone.
I think you should add arguments like --rerun-tasks
to your grade command so that it will run all the tasks every time. Besides, since it is a long-time issue, some warning may already been fixed, so please fix the warnings as possible as you can.
What would you like to be improved?
We have many Gradle script build warning, I think we can improve to remove the warnings, for example:
Above are several warnings when we run gradle clean, I can fix it.
How should we improve?
No response