fivetran-arunsuri opened a new issue, #1782: URL: https://github.com/apache/polaris/issues/1782
### Describe the bug ./gradlew \ :polaris-quarkus-admin:assemble \ :polaris-quarkus-admin:quarkusAppPartsBuild --rerun \ -Dquarkus.container-image.build=true As per the documentation I am trying to run this command, this should ideally generate the following things - One standalone JAR in quarkus/admin/build/polaris-quarkus-admin-*-runner.jar - Two distribution archives in quarkus/admin/build/distributions - Two Docker images named apache/polaris-admin-tool:latest and apache/polaris-admin-tool:<version> But it is only generating the docker images and not the jars and archives. This is required for bootstrapping the service. Can you please help here? ### To Reproduce 1. To reproduce setup Polaris as mentioned in the documentation 2. Execute the command ``` ./gradlew \ :polaris-quarkus-admin:assemble \ :polaris-quarkus-admin:quarkusAppPartsBuild --rerun \ -Dquarkus.container-image.build=true ``` ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org