os icon indicating copy to clipboard operation
os copied to clipboard

ant: remove runtime dependency on jre

Open xnox opened this issue 1 year ago • 0 comments

Note that all other java tools do not depend on any specific jre, and can run with any.

If we really want build tools to pull in any jre, we should update runtime dependency on all of them to depend on default-jre virtual package which can be satisfied by any jre.

Currently because of this runtime dependency ant images for jdk 11+ pull in duplicate jre's.

xnox avatar Oct 14 '24 15:10 xnox