Skip to content
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

Remove -testJDKHome argument #444

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Remove -testJDKHome argument #444

merged 1 commit into from
Feb 7, 2023

Conversation

basil
Copy link
Member

@basil basil commented Feb 7, 2023

This seems to be used by proprietary code but only seems to set the jvm Maven property and I could not find any documentation regarding what that actually does. Regardless it seems cleaner to dispense with this option and just have consumers set JAVA_HOME which is what the mvn command uses to determine which version of Java to run.

@basil basil added the removed label Feb 7, 2023
@basil basil requested a review from jtnord February 7, 2023 00:45
@basil basil requested a review from a team as a code owner February 7, 2023 00:46
*
* @return a string identifying the jvm in use
*/
public String getTestJavaVersion() throws IOException {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was only ever used to populate a value in an XML report that nobody ever looked at.

@basil basil merged commit 2d0bdae into master Feb 7, 2023
@basil basil deleted the testJDKHome branch February 7, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants