Skip to content

Commit

Permalink
fix arm compile
Browse files Browse the repository at this point in the history
  • Loading branch information
qishipengqsp committed Jun 16, 2024
1 parent c488318 commit 21dbe0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tugraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<maven.compiler.plugin>3.6.1</maven.compiler.plugin>
<maven.source.plugin>2.2.1</maven.source.plugin>
<maven.javadoc.plugin>2.9.1</maven.javadoc.plugin>
<protoc.jar.maven.plugin>3.6.0</protoc.jar.maven.plugin>
<protoc.jar.maven.plugin>3.11.4</protoc.jar.maven.plugin>
<jdk.version>1.8</jdk.version>
</properties>

Expand Down Expand Up @@ -208,9 +208,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.0</protocVersion>
<addSources>none</addSources>
<includeStdTypes>true</includeStdTypes>
<outputDirectory>src/main/java</outputDirectory>
<inputDirectories>
<include>src/main/proto</include>
Expand Down

0 comments on commit 21dbe0d

Please sign in to comment.