Andrushika opened a new pull request, #72440: URL: https://github.com/apache/airflow/pull/72440
## Why - The Java SDK docs' quick start part did not show a complete runnable project or clearly separate Python Dag delivery from Java bundle deployment. It could makes the guide hard to follow and understand. - Some examples omitted the entry point or passed a `BundleBuilder` where `Server.serve()` expects a built `Bundle`. ## What - Add the Gradle project layout and runnable entry points, including the required `.build()` call. - Clarify that both Java task APIs use the same bundle and deployment flow, and document the relevant file, config, and worker locations. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
