-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Fix the gradle warning #4206
Comments
I would like to try to solve this issue, please assign it to me. |
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 |
|
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 |
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 |
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
The text was updated successfully, but these errors were encountered: