flyrain commented on code in PR #1441:
URL: https://github.com/apache/polaris/pull/1441#discussion_r2058828969


##########
getting-started/eclipselink/README.md:
##########
@@ -30,6 +30,7 @@ This example requires `jq` to be installed on your machine.
        :polaris-quarkus-server:quarkusAppPartsBuild --rerun \
        :polaris-quarkus-admin:assemble \
        :polaris-quarkus-admin:quarkusAppPartsBuild --rerun \
+       -PeclipseLinkDeps=org.postgresql:postgresql:42.7.5 \

Review Comment:
   I think the problem would be gradle doesn't package the runtimeonly 
dependencies. We may add a task like this.
   ```
   tasks.register('copyRuntimeLibs', Copy) {
       from configurations.runtimeClasspath
       into "$buildDir/libs/runtime"
   }
   ```
   



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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to