raphinesse commented on issue #526: URL: https://github.com/apache/cordova-cli/issues/526#issuecomment-683631470
I think it's debatable if the Java version is actually needed. After all we just re-assured ourselves that nothing except Java 8 will work anyway :sweat_smile:. It still would be nice to have of course. The recent refactoring in #510 prepared the platform info API, where platform specific environment information should be collected by the platform and provided to CLI in a generic structured format. Since cordova-android is the only part of Cordova that uses Java, Java version information should be provided by cordova-android's upcoming info API. Regarding the node modules dependency tree: running `npm ls` takes very long usually, so I would prefer to avoid running it as part of `cordova info`. If needed, users can easily provide that information separately. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
