dimas-b commented on issue #3467:
URL: https://github.com/apache/polaris/issues/3467#issuecomment-3817989427

   Here's what I found works as far as enabling index dependency warnings to be 
printed during build:
   
   ```
   ./gradlew :polaris-server:quarkusAppPartsBuild --rerun --no-build-cache 
--no-daemon -Dlog4j2.level=WARN -Dorg.gradle.debug=true
   ```
   
   Then, attach a java debugger on port 5005 (no break points necessary) to 
allow the build to proceed.
   
   Index dependency warnings (if any) will be printed to STDOUT.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to