-
Notifications
You must be signed in to change notification settings - Fork 902
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
Add maven tools #3387
Add maven tools #3387
Conversation
Using `maven-wrapper` can save users from installing maven, and can lock the version, at the same time, improve our build time. 3.X's `maven-warpper` performance has been greatly improved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improve build time from *** to ***
do you have some test data?
He has about 10% improvement on my M1 machine, which is also an optimization made by the official. |
fix old workflow,please see #3455 for detail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CalvinKirs could you rebase ?
@CalvinKirs Thanks for your contribution. Would you please rebase the master and resolve the conflicts? Thanks a lot. After those conflicts are resolved, I will move back to the 4.16.0. |
@CalvinKirs Are you still want to working on this? Could you please rebase the master code? Thanks |
closed by no updte, feel free to reopen it if you still want to working on this. |
Descriptions of the changes in this PR:
Using
maven-wrapper
can save users from installing maven,and can lock the version, at the same time, improve our build time. 3.X's
maven-warpper
performance has been greatly improved.