From 39740b6f3dc194327d4cfcfb8e78d6ae97823386 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 1 May 2026 00:57:20 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=20run=5Fall=5Fwith?= =?UTF-8?q?=5Fjdk17=20=E6=B5=8B=E8=AF=95=E8=BF=90=E8=A1=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 `liteflow-testcase-el` 模块添加使用 JDK 17 的 JUnit 测试运行配置。 --- .run_test/run_all_with_jdk17.run.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .run_test/run_all_with_jdk17.run.xml diff --git a/.run_test/run_all_with_jdk17.run.xml b/.run_test/run_all_with_jdk17.run.xml new file mode 100644 index 000000000..b80b25e91 --- /dev/null +++ b/.run_test/run_all_with_jdk17.run.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file