From 165e57799636fdefa5e88f02d0cf65c60997d968 Mon Sep 17 00:00:00 2001 From: yuxiqian <34335406+yuxiqian@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:10:01 +0800 Subject: [PATCH] [FLINK-36214] Downgrade scala-maven-plugin version to 4.8.0 to keep compatibility with Java 8 --- flink-cdc-pipeline-udf-examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-cdc-pipeline-udf-examples/pom.xml b/flink-cdc-pipeline-udf-examples/pom.xml index bb38885e47e..b61a99fd282 100644 --- a/flink-cdc-pipeline-udf-examples/pom.xml +++ b/flink-cdc-pipeline-udf-examples/pom.xml @@ -31,7 +31,7 @@ limitations under the License. 8 8 UTF-8 - 4.9.2 + 4.8.0 UTF-8