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

zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 94e10035df0 Use Java 17 in pipeline E2E (#37804)
94e10035df0 is described below

commit 94e10035df0d3163b129280db61d45075c85fe3f
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Thu Jan 22 11:24:42 2026 +0800

    Use Java 17 in pipeline E2E (#37804)
---
 test/e2e/operation/pipeline/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/e2e/operation/pipeline/pom.xml 
b/test/e2e/operation/pipeline/pom.xml
index b8aa2ba43cc..2588e7e2f34 100644
--- a/test/e2e/operation/pipeline/pom.xml
+++ b/test/e2e/operation/pipeline/pom.xml
@@ -27,6 +27,7 @@
     <name>${project.artifactId}</name>
     
     <properties>
+        <maven.compiler.release>17</maven.compiler.release>
         <maven.deploy.skip>true</maven.deploy.skip>
     </properties>
     

Reply via email to