Unable to create tarball for crate db on ubunutu

I am facing this issue when trying to run โ†’
./mvnw package -DskipTests=true

Artifact: io.crate:jlink-jdk:jlink:5.10.0 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated.

Log line - Build Error - Pastebin.com

Has anyone faced this before and knows how to resolve this?
I hope its the right platform to raise this query, if not, please redirect me to the correct one.

Hi, this may be related with the JDK version in your environment and/or an incorrectly set JAVA_HOME , see also Add `information_schema` roles related tables ยท Issue #15268 ยท crate/crate ยท GitHub

1 Like

Thanks @hernanc . Updating JAVA_HOME and pulling the the latest main worked.