-
Notifications
You must be signed in to change notification settings - Fork 1
Change Maven commands to use the maven wrapper #57
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
Comments
@timtebeek We can create a separate recipe(should it be the same?) for Gradle |
Probably best to create a separate recipe! |
That's fair, I created #58 I am expecting a lot of code re-use here You can assign both to me :) |
Also, how do you think we should detect Windows vs Linux runners? Few ideas:
|
I'd go with that second heuristic indeed; and likely not make any change if we can't be certain which is in use. |
For an initial implementation, I would definitely like to support private runners(with user input) as well because this is the norm in Github Enterprise I am open to implement private runners(GHE) and the public runners approach for the general github.com usage |
@timtebeek Should we do this openrewrite/rewrite#1565 (comment) As part of this recipe just in case? |
Can't hurt I suppose; as indeed, if that's not working the recipe will give bad results, loudly. |
Hope you don't mind I unassigned you @yeikel |
This recipe can be part of openrewrite/rewrite#1565 and change all the maven references to the maven wrapper
Example:
Unix runners:
Windows Runners:
The text was updated successfully, but these errors were encountered: