This is an automated email from the ASF dual-hosted git repository.
jason810496 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a52424284b5 Add build toolchain reference to Java SDK README (#69670)
a52424284b5 is described below
commit a52424284b5c3a511ce9c7b120b27ac9bf5ae776
Author: Andrew Chang <[email protected]>
AuthorDate: Sun Jul 12 11:22:32 2026 +0200
Add build toolchain reference to Java SDK README (#69670)
---
java-sdk/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/java-sdk/README.md b/java-sdk/README.md
index a90a18eda08..e0108fb3d8d 100644
--- a/java-sdk/README.md
+++ b/java-sdk/README.md
@@ -29,7 +29,8 @@ See also Airflow documentation on Java SDK under *Authoring
and Scheduling* for
more details on using the Java SDK.
The SDK requires Java 11 or later at runtime. Optional components and
-development tools may have further requirements.
+development tools may have further requirements (see the toolchain in
+`buildSrc/src/main/kotlin/airflow-jvm-conventions.gradle.kts`).
## Building the SDK