Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Disable Java Detection and Build

Open Saipriya-1144 opened this issue 2 weeks ago • 0 comments

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: image

for detect: image (Java is detected)

After Disabling JAVA: for oryx build: image

for detect: image (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.

Saipriya-1144 avatar Dec 09 '25 05:12 Saipriya-1144