do not set JAVA_HOME. the JAVA_HOME is set by the set_java action
Related to # (issue)
Type of Change
Please check the types of changes your PR introduces.
[x] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Refactoring (non-breaking code restructuring that preserves functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Build-related update (CI workflow, test cases)
[ ] Documentation update
[ ] Other (please describe):
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated.
Please also list any relevant details for your test configuration.
[ ] Test A
[ ] Test B
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Signed-off-by: haim-kermany haim.kermany@gmail.com
Description
do not set JAVA_HOME. the JAVA_HOME is set by the set_java action Related to # (issue)
Type of Change
Please check the types of changes your PR introduces.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated. Please also list any relevant details for your test configuration.
Checklist