This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch release-2.66-javadoc
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.66-javadoc by this 
push:
     new 463afa5ca3d Do not require Java 11
463afa5ca3d is described below

commit 463afa5ca3d6ef10b4d9ef0c1454515f2da19c78
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 3 20:27:00 2025 +0400

    Do not require Java 11
---
 sdks/java/container/agent/build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/java/container/agent/build.gradle 
b/sdks/java/container/agent/build.gradle
index dff97980675..81f661b8359 100644
--- a/sdks/java/container/agent/build.gradle
+++ b/sdks/java/container/agent/build.gradle
@@ -22,8 +22,7 @@ plugins {
 
 applyJavaNature(
     exportJavadoc: false,
-    publish: false,
-    requireJavaVersion: JavaVersion.VERSION_11
+    publish: false
 )
 
 description = "Apache Beam :: SDKs :: Java :: Container :: Agent"

Reply via email to