-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
while working on #4818, unfortunately i think the knn plugin (you need it for ai vector search) requires jdk17 to build. it seems like the existing package.yml for openjdk.org works if you replace the distribution and BOOT_JDK for the older version... but i'm not sure how to modify the distribution to list different urls for different versions.
in this case, the current url is:
https://github.com/openjdk/jdk20u/archive/jdk-20.0.2+9.tar.gz
while the jdk17 url is:
https://github.com/openjdk/jdk17u/archive/jdk-17.0.10+6.tar.gz
so it's not just the full version number that needs to be replaced
any advice?
Metadata
Metadata
Assignees
Labels
No labels