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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new 32088ee5 chore: made the build work with Java 8
32088ee5 is described below

commit 32088ee57f0f9c47392b6d010f98da748d2f32d1
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jan 4 14:46:46 2024 +0100

    chore: made the build work with Java 8
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index bbb1fd4b..20d340ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,9 @@
         <module>common-api</module>
         <module>tsfile</module>
     </modules>
+    <properties>
+        <argLine/>
+    </properties>
     <dependencyManagement>
         <dependencies>
             <dependency>

Reply via email to