Skip to content

Commit

Permalink
fix: specify the code generation directory for raft.proto (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon824 authored and zyxxoo committed Dec 22, 2022
1 parent 694a787 commit 1e4a910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugegraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>protoc-java</pluginId>
<protoSourceRoot>${project.basedir}/src/main/resources/proto</protoSourceRoot>
<outputDirectory>${basedir}/target/generated-sources/protobuf/java</outputDirectory>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1e4a910

Please sign in to comment.