From cc735c93fb5df8612afde93f1d65c38849e8ceb4 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Dec 2022 16:54:26 +0800 Subject: [PATCH] Specify the code generation directory for raft.proto --- hugegraph-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugegraph-core/pom.xml b/hugegraph-core/pom.xml index e0e3a887c6..0be30c9f01 100644 --- a/hugegraph-core/pom.xml +++ b/hugegraph-core/pom.xml @@ -280,6 +280,7 @@ com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} protoc-java ${project.basedir}/src/main/resources/proto + ${basedir}/target/generated-sources/protobuf/java