Oryx
Oryx copied to clipboard
Disable Java Detection and Build
This PR disables Java Detection and Build
Testing: Created a node 22 zip which has java files as well and triggered oryx build with current image and with new image which has JAVA disabled
With Current Image:
for oryx build:
for detect:
(Java is detected)
After Disabling JAVA:
for oryx build:
for detect:
(Java is not detected)
- [x] The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
- [x] Tests are included and/or updated for code changes.
- [ ] Proper license headers are included in each file.