This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch ci-flink-2.1
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/ci-flink-2.1 by this push:
new 03efaee65 fix
03efaee65 is described below
commit 03efaee65e21b84d63dd8889a5ef041dc1b7a5b3
Author: Jark Wu <[email protected]>
AuthorDate: Sat Aug 23 21:44:25 2025 +0800
fix
---
fluss-flink/fluss-flink-2.1/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/fluss-flink/fluss-flink-2.1/pom.xml
b/fluss-flink/fluss-flink-2.1/pom.xml
index b57f36bed..79493a587 100644
--- a/fluss-flink/fluss-flink-2.1/pom.xml
+++ b/fluss-flink/fluss-flink-2.1/pom.xml
@@ -156,6 +156,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <!-- compilation of main sources -->
+ <skipMain>${skip.on.java8}</skipMain>
+ <!-- compilation of test sources -->
<skip>${skip.on.java8}</skip>
</configuration>
</plugin>