-
Notifications
You must be signed in to change notification settings - Fork 48
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
Output against which version of a wrapper JAR validation succeeded #285
Comments
@sschuberth We are now intentionally attempting to minimize changes to the |
I see. Would it still make sense to output the most recent Gradle version the wrapper currently matches for? |
Theoretically, we could output a range of version matches. @eskatos what do you think? @sschuberth what need are you looking to satisfy? |
I'm looking for some indication whether committed wrapper JARs might be outdated WRT the latest version available. If my committed wrapper JAR is the one from, say, Gradle 4.6, but my The background is that probably not many users are aware that running the |
That makes sense. Somewhat outside the scope of this project, but I can see why that would be useful. I'm happy to review a PR that adds this functionality if you want to contribute something. |
I don't think I'll ever find the time to implement this due to my non-existing TypeScript skills. So, should we close this, or leave it open for some one else to work on eventually? |
Now that we have the wrapper checksums available locally, it should be pretty easy to implement this feature. I'll leave it open for now. |
In addition to know that a wrapper JAR successfully validated, it would also be nice to see in the console output which version was actually found to be a match.
The text was updated successfully, but these errors were encountered: